summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBoris Sukholitko <boriss@gmail.com>2014-11-13 18:02:14 +0200
committerBoris Sukholitko <boriss@gmail.com>2014-11-13 18:02:14 +0200
commit8bc9e80d942585a0e7b47c3368e16ed1bc45764c (patch)
tree6ee3e5e334ce0a7ae31f67302ec568c40ae1c3e7 /pkgs
parentea49ac04966380be9bc77c62c0d01862b515e6a6 (diff)
downloadnixpkgs-8bc9e80d942585a0e7b47c3368e16ed1bc45764c.tar
nixpkgs-8bc9e80d942585a0e7b47c3368e16ed1bc45764c.tar.gz
nixpkgs-8bc9e80d942585a0e7b47c3368e16ed1bc45764c.tar.bz2
nixpkgs-8bc9e80d942585a0e7b47c3368e16ed1bc45764c.tar.lz
nixpkgs-8bc9e80d942585a0e7b47c3368e16ed1bc45764c.tar.xz
nixpkgs-8bc9e80d942585a0e7b47c3368e16ed1bc45764c.tar.zst
nixpkgs-8bc9e80d942585a0e7b47c3368e16ed1bc45764c.zip
vim_configurable: add cscope support by default
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vim/configurable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index 710ceb7d31f..572bce7a2f5 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -139,7 +139,7 @@ composableDerivation {
     nlsSupport       = config.vim.nls or false;
     tclSupport       = config.vim.tcl or false;
     multibyteSupport = config.vim.multibyte or false;
-    cscopeSupport    = config.vim.cscope or false;
+    cscopeSupport    = config.vim.cscope or true;
     netbeansSupport  = config.netbeans or true; # eg envim is using it
 
     # by default, compile with darwin support if we're compiling on darwin, but