Skip to content

Commit

Permalink
vim_configurable: enable ximSupport by default
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 3, 2017
1 parent 477014f commit 8eccd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/configurable.nix
Expand Up @@ -139,7 +139,7 @@ composableDerivation {
multibyteSupport = config.vim.multibyte or false;
cscopeSupport = config.vim.cscope or true;
netbeansSupport = config.netbeans or true; # eg envim is using it
ximSupport = config.vim.xim or false;
ximSupport = config.vim.xim or true; # less than 15KB, needed for deadkeys

# 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
Expand Down

0 comments on commit 8eccd34

Please sign in to comment.