From 3f250014cb5bdeb97f979a7f268a2c24a0702cec Mon Sep 17 00:00:00 2001 From: jrop Date: Fri, 27 Dec 2019 15:37:30 -0700 Subject: [PATCH] PLUGINS: add coc.nvim (#147) --- PLUGINS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index f861466..6a46d87 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -14,6 +14,7 @@ - [Fuzzy finders](#fuzzy-finders) - [Grep tools](#grep-tools) - [Indent](#indent) +- [LSP](#lsp) - [Misc](#misc) - [Navigation](#navigation) - [Plugin managers](#plugin-managers) @@ -139,6 +140,10 @@ or [Colortemplate](https://github.com/lifepillar/vim-colortemplate). - [indentLine](https://github.com/Yggdroot/indentLine) - [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) +#### LSP + +- [coc.nvim](https://github.com/neoclide/coc.nvim) + #### Navigation - [nerdtree](https://github.com/scrooloose/nerdtree)