From c029d3c04b2bf39be67ad4ebf7737f6d3428b0ce Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 25 Oct 2020 14:34:15 +0100 Subject: 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. --- .gitmodules | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3