Merge pull request #185228 from 06kellyjac/neovim-wrapper-revert
Revert "neovim: pass the --clean flag to only use wrapped rc"
This commit is contained in:
commit
b5c3a44fd2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ let
|
|||
finalMakeWrapperArgs =
|
||||
[ "${neovim}/bin/nvim" "${placeholder "out"}/bin/nvim" ]
|
||||
++ [ "--set" "NVIM_SYSTEM_RPLUGIN_MANIFEST" "${placeholder "out"}/rplugin.vim" ]
|
||||
++ optionals wrapRc [ "--add-flags" "--clean" "--add-flags" "-u ${writeText "init.vim" neovimRcContent}" ]
|
||||
++ optionals wrapRc [ "--add-flags" "-u ${writeText "init.vim" neovimRcContent}" ]
|
||||
;
|
||||
in
|
||||
assert withPython2 -> throw "Python2 support has been removed from the neovim wrapper, please remove withPython2 and python2Env.";
|
||||
|
|
Loading…
Reference in a new issue