summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/editor/vim.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-05-08 13:58:28 +0200
committermakefu <github@syntax-fehler.de>2019-05-08 13:58:28 +0200
commit4ee6d7e34e0d5546ab2d74a26a6e64edc85e43e3 (patch)
treed8aac81da966dc8cf0b2105b5b79fa89c8ff9f5b /makefu/2configs/editor/vim.nix
parent28f095aa0940166b6628882b539d55cdabff9828 (diff)
ma vim: disable languageClient again
Diffstat (limited to 'makefu/2configs/editor/vim.nix')
-rw-r--r--makefu/2configs/editor/vim.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/editor/vim.nix b/makefu/2configs/editor/vim.nix
index 8a58e44d..d14a611b 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\$"; }