mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-21 15:34:39 +00:00
neovim: install better-escape, mash jk for <esc>
This commit is contained in:
parent
3f043328be
commit
69100ba2a5
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
enable = true;
|
||||
userDefaultOptions.names = false;
|
||||
};
|
||||
|
||||
better-escape.enable = true;
|
||||
};
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; [ salt-vim ];
|
||||
|
|
Loading…
Reference in a new issue