diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-11-02 19:16:51 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-11-02 19:16:51 +0100 |
| commit | b193e74556f23c26fca8963e974863a7b9e19227 (patch) | |
| tree | 05167d07eda50dae356c9bdb86f2a35642fc7a8f /.gitmodules | |
| parent | 0759d6eec05ea50ec1a33a97c7a36ae39fe288bc (diff) | |
vim: replace vim-lsc with lsp
vim-lsc development seems to stagnate, and lsp seems to be already
more feature-rich.
lsp requires vim9, but this is available in current Debian stable.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c65d87b..61ae22f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,9 +19,6 @@ [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 [submodule "vim/pack/default/start/srcery-vim"] path = vim/pack/default/start/srcery-vim url = https://github.com/srcery-colors/srcery-vim.git @@ -31,3 +28,6 @@ [submodule "vim/pack/default/start/vim-cpp-modern"] path = vim/pack/default/start/vim-cpp-modern url = https://github.com/bfrg/vim-cpp-modern.git +[submodule "vim/pack/default/start/lsp"] + path = vim/pack/default/start/lsp + url = https://github.com/yegappan/lsp.git |
