summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2020-10-25 14:34:15 +0100
committerReiner Herrmann <reiner@reiner-h.de>2020-10-25 14:34:15 +0100
commitc029d3c04b2bf39be67ad4ebf7737f6d3428b0ce (patch)
tree5a96d720fd0b3cc36167fcef866cb55d476e8e76 /.gitmodules
parente1db3de324b4737a0816a58112aeddd3ebfff4cd (diff)
vim: drop ale and neocomplete and add vim-lsc
vim-lsc is a more lightweight language server addon than ale, and also less annoying. neocomplete seems to be broken with newer vim versions and no longer supported/developed upstream. also update other submodules.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules11
1 files changed, 4 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index 5599daa..c23d3d5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,15 +13,12 @@
[submodule "gitgutter"]
path = vim/pack/default/start/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
-[submodule "neocomplete"]
- path = vim/pack/default/start/neocomplete
- url = https://github.com/Shougo/neocomplete.vim.git
[submodule "gnupg"]
path = vim/pack/default/start/gnupg
url = https://github.com/jamessan/vim-gnupg.git
-[submodule "ale"]
- path = vim/pack/default/start/ale
- url = https://github.com/w0rp/ale.git
-[submodule "vim/pack/default/start/fzf.vim"]
+[submodule "fzf.vim"]
path = vim/pack/default/start/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
+[submodule "vim-lsc"]
+ path = vim/pack/default/start/vim-lsc
+ url = https://github.com/natebosch/vim-lsc.git