summaryrefslogtreecommitdiff
path: root/pkgs/vim/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/vim/vim.nix')
-rw-r--r--pkgs/vim/vim.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/vim/vim.nix b/pkgs/vim/vim.nix
index 0af940e..da78a1a 100644
--- a/pkgs/vim/vim.nix
+++ b/pkgs/vim/vim.nix
@@ -7,8 +7,5 @@ let
};
in pkgs.lib.overrideDerivation custom_vim ( o: {
gui = true;
- ftNixSupport = true;
- cscopeSupport = true;
- fontsetSupport = true;
multibyteSupport = true;
} )