3
0
Fork 0
forked from mirrors/nixpkgs

nixos/neovim: fix remote plugin manifest generation (#191852)

Stops using ex mode when running neovim for remote plugin manifest generation, since that leads to errors in more recent neovim versions with various plugins.
neovim commit that breaks this plugin generation: https://github.com/neovim/neovim/commit/64d147b
This commit is contained in:
Florian Warzecha 2022-09-21 23:56:19 +02:00 committed by GitHub
parent 25bb19c020
commit 86c51f68bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ let
if ! $out/bin/nvim-wrapper \
-u ${writeText "manifest.vim" manifestRc} \
-i NONE -n \
-E -V1rplugins.log -s \
-V1rplugins.log \
+UpdateRemotePlugins +quit! > outfile 2>&1; then
cat outfile
echo -e "\nGenerating rplugin.vim failed!"