neovim: fix indentation
This commit is contained in:
parent
63383a6db2
commit
51c4768f67
|
@ -93,8 +93,7 @@ let
|
|||
ln -s $out/bin/nvim $out/bin/vi
|
||||
'' + optionalString (configure != {}) ''
|
||||
wrapProgram $out/bin/nvim --add-flags "-u ${vimUtils.vimrcFile configure}"
|
||||
''
|
||||
;
|
||||
'';
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue