mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
change neovim alias
This commit is contained in:
parent
909a2ebca8
commit
d51c94be45
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ in
|
||||||
neovim = {
|
neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
vimAlias = true;
|
||||||
configure = {
|
configure = {
|
||||||
packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ];
|
packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ];
|
||||||
customRC = ''
|
customRC = ''
|
||||||
|
|
Loading…
Reference in a new issue