diff options
author | makefu <github@syntax-fehler.de> | 2019-05-08 13:58:28 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-05-08 13:58:28 +0200 |
commit | 4ee6d7e34e0d5546ab2d74a26a6e64edc85e43e3 (patch) | |
tree | d8aac81da966dc8cf0b2105b5b79fa89c8ff9f5b /makefu/2configs/editor/vim.nix | |
parent | 28f095aa0940166b6628882b539d55cdabff9828 (diff) |
ma vim: disable languageClient again
Diffstat (limited to 'makefu/2configs/editor/vim.nix')
-rw-r--r-- | makefu/2configs/editor/vim.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/editor/vim.nix b/makefu/2configs/editor/vim.nix index 8a58e44de..d14a611b4 100644 --- a/makefu/2configs/editor/vim.nix +++ b/makefu/2configs/editor/vim.nix @@ -23,7 +23,6 @@ in { vimrcConfig.vam.pluginDictionaries = [ { names = [ "undotree" # "YouCompleteMe" - "LanguageClient-neovim" "vim-better-whitespace" ]; } # vim-nix handles indentation better but does not perform sanity { names = [ "vim-addon-nix" ]; ft_regex = "^nix\$"; } |