From 582c81bdf3c9667fc5f92bd90decc11aef57e023 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 13 Apr 2021 15:19:00 +0200 Subject: [PATCH] PLUGINS: add more LSP plugins --- PLUGINS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 6a46d87..8e708e5 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -142,7 +142,12 @@ or [Colortemplate](https://github.com/lifepillar/vim-colortemplate). #### LSP +Plugins for the [Language Server Protocol](https://microsoft.github.io/language-server-protocol) + - [coc.nvim](https://github.com/neoclide/coc.nvim) +- [languageclient-neovim](https://github.com/autozimu/LanguageClient-neovim) +- [vim-lsc](https://github.com/natebosch/vim-lsc) +- [vim-lsp](https://github.com/prabirshrestha/vim-lsp) #### Navigation