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