3
0
Fork 0
forked from mirrors/nixpkgs

vim_configurable: add cscope support by default

This commit is contained in:
Boris Sukholitko 2014-11-13 18:02:14 +02:00
parent ea49ac0496
commit 8bc9e80d94

View file

@ -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