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