summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/editor/vim.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-04-04 09:18:10 +0200
committermakefu <github@syntax-fehler.de>2019-04-04 09:18:10 +0200
commitbce8dd2348af3f15a6fe3c9cb91b5b7576c2bf99 (patch)
tree5d45d5ef2e05646ab437df03c5ffe933eb8d19e8 /makefu/2configs/editor/vim.nix
parentf7a22959ca67c1426149b61b518fec663d81d0c1 (diff)
ma editors/vim: try out languageClient
Diffstat (limited to 'makefu/2configs/editor/vim.nix')
-rw-r--r--makefu/2configs/editor/vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/editor/vim.nix b/makefu/2configs/editor/vim.nix
index d14a611b..8a58e44d 100644
--- a/makefu/2configs/editor/vim.nix
+++ b/makefu/2configs/editor/vim.nix
@@ -23,6 +23,7 @@ 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\$"; }