ooknet/outputs/pkgs/ook-vim/config/globals.nix

6 lines
73 B
Nix

{
vim.globals = {
editorconfig = true;
mapleader = " ";
};
}