Merge pull request #12772 from ali-abrar/master
vim_configurable: add configuration option for XIM support
This commit is contained in:
commit
e2f7744f80
|
@ -154,6 +154,7 @@ composableDerivation {
|
||||||
multibyteSupport = config.vim.multibyte or false;
|
multibyteSupport = config.vim.multibyte or false;
|
||||||
cscopeSupport = config.vim.cscope or true;
|
cscopeSupport = config.vim.cscope or true;
|
||||||
netbeansSupport = config.netbeans or true; # eg envim is using it
|
netbeansSupport = config.netbeans or true; # eg envim is using it
|
||||||
|
ximSupport = config.vim.xim or false;
|
||||||
|
|
||||||
# by default, compile with darwin support if we're compiling on darwin, but
|
# by default, compile with darwin support if we're compiling on darwin, but
|
||||||
# allow this to be disabled by setting config.vim.darwin to false
|
# allow this to be disabled by setting config.vim.darwin to false
|
||||||
|
|
Loading…
Reference in New Issue