feat: adds vim-nix plugin and remaps for escape
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
3955dcd0c3
commit
32bb2d12e8
@ -43,7 +43,11 @@
|
|||||||
|
|
||||||
programs.vim = {
|
programs.vim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.vimPlugins; [ vimtex ];
|
plugins = with pkgs.vimPlugins; [ vimtex vim-nix ];
|
||||||
|
extraConfig = ''
|
||||||
|
inoremap jj <Esc>
|
||||||
|
inoremap kk <Esc>
|
||||||
|
''
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user