From b2a91caea06ef77bc8bcfd7c77f095984edaefe6 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Tue, 2 Feb 2016 10:14:26 -0500 Subject: [PATCH] vim_configurable: add configuration option for XIM support --- pkgs/applications/editors/vim/configurable.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix index e2715b1499a..2a80f5d42ad 100644 --- a/pkgs/applications/editors/vim/configurable.nix +++ b/pkgs/applications/editors/vim/configurable.nix @@ -154,6 +154,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; # 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