neovim: fix a typo in the generated init.lua (#3252)
neovim complains when having both an init.lua and an init.vim
This commit is contained in:
parent
bd83eab622
commit
de3758e31a
2 changed files with 6 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ with lib;
|
|||
};
|
||||
|
||||
nmt.script = ''
|
||||
vimrc="$TESTED/home-files/.config/nvim/init.vim"
|
||||
vimrc="$TESTED/home-files/.config/nvim/init-home-manager.vim"
|
||||
vimrcNormalized="$(normalizeStorePaths "$vimrc")"
|
||||
|
||||
assertFileExists "$vimrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue