neovim: fix indentation

This commit is contained in:
Timo Kaufmann 2018-12-30 20:27:52 +01:00
parent 63383a6db2
commit 51c4768f67
1 changed files with 10 additions and 11 deletions

View File

@ -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;