feat: switches to neovim
This commit is contained in:
parent
65e5bbe377
commit
7a0a27e180
@ -41,9 +41,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.vim = {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [ vimtex vim-nix ];
|
||||
vimAlias = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [ vimtex vim-nix
|
||||
];
|
||||
extraConfig = ''
|
||||
inoremap jj <Esc>
|
||||
inoremap kk <Esc>
|
||||
|
Loading…
x
Reference in New Issue
Block a user