From 1f52ed5937f78f647752a6bdd3200cd9ff6f70b0 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 23 Apr 2020 16:44:10 +0200 Subject: [PATCH] ma vim: disable utilsnips --- 2configs/editor/vim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2configs/editor/vim.nix b/2configs/editor/vim.nix index 52ccd0d..3954dc0 100644 --- a/2configs/editor/vim.nix +++ b/2configs/editor/vim.nix @@ -22,7 +22,8 @@ in { vimrcConfig.vam.knownPlugins = pkgs.vimPlugins // customPlugins; vimrcConfig.vam.pluginDictionaries = [ { names = [ "undotree" - "YouCompleteMe" "UltiSnips" + "YouCompleteMe" + #"UltiSnips" "vim-better-whitespace" ]; } # vim-nix handles indentation better but does not perform sanity { names = [ "vim-addon-nix" ]; ft_regex = "^nix\$"; }