PLUGINS: add coc.nvim (#147)

This commit is contained in:
jrop 2019-12-27 15:37:30 -07:00 committed by Marco Hinz
parent 412487cab6
commit 3f250014cb
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -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)