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 = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
configure = {
|
||||
packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ];
|
||||
customRC = ''
|
||||
|
|
Loading…
Reference in a new issue