summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2020-01-06 14:45:58 -0800
committerJon <jonringer@users.noreply.github.com>2020-01-07 13:13:41 -0800
commit7909787a7d8be8e3964cd602e2151cb3a92ff7f8 (patch)
treea42a714cbda25f26acd8105472ef264988818158 /pkgs/applications/editors/neovim
parenta1932826d7e7a586c4788a2d9f784be106f051f4 (diff)
Revert "vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)"
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix
index ffe597b00db8..c0b976677579 100644
--- a/pkgs/applications/editors/neovim/wrapper.nix
+++ b/pkgs/applications/editors/neovim/wrapper.nix
@@ -101,7 +101,7 @@ let
# Only display the log on error since it will contain a few normally
# irrelevant messages.
if ! $out/bin/nvim \
- -u ${vimUtils.vimrcFile (configure // { customRC = ""; beforePlugins = ''filetype indent plugin on | syn on''; })} \
+ -u ${vimUtils.vimrcFile (configure // { customRC = ""; })} \
-i NONE -n \
-E -V1rplugins.log -s \
+UpdateRemotePlugins +quit! > outfile 2>&1; then