summary refs log tree commit diff
path: root/pkgs/applications/editors
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
parenta1932826d7e7a586c4788a2d9f784be106f051f4 (diff)
downloadnixpkgs-7909787a7d8be8e3964cd602e2151cb3a92ff7f8.tar
nixpkgs-7909787a7d8be8e3964cd602e2151cb3a92ff7f8.tar.gz
nixpkgs-7909787a7d8be8e3964cd602e2151cb3a92ff7f8.tar.bz2
nixpkgs-7909787a7d8be8e3964cd602e2151cb3a92ff7f8.tar.lz
nixpkgs-7909787a7d8be8e3964cd602e2151cb3a92ff7f8.tar.xz
nixpkgs-7909787a7d8be8e3964cd602e2151cb3a92ff7f8.tar.zst
nixpkgs-7909787a7d8be8e3964cd602e2151cb3a92ff7f8.zip
Revert "vimPlugins: turn filetype and syntax before sourcing the plugins (#66536)"
This reverts commit a3bf0c2e4005670fd710e7eb42403e0348754e77.
Diffstat (limited to 'pkgs/applications/editors')
-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 ffe597b00db..c0b97667757 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