aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-13 18:12:19 -0800
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-13 18:12:19 -0800
commit35a829575cdd3e5b5dd5d5727b516cef19a8ccd0 (patch)
tree51d0d65bee0947d1ad01777afcb9af824f8fd7ad
parentAdd gopls, path utils, and root_pattern pattern. (diff)
downloadnvim-lspconfig-35a829575cdd3e5b5dd5d5727b516cef19a8ccd0.tar
nvim-lspconfig-35a829575cdd3e5b5dd5d5727b516cef19a8ccd0.tar.gz
nvim-lspconfig-35a829575cdd3e5b5dd5d5727b516cef19a8ccd0.tar.bz2
nvim-lspconfig-35a829575cdd3e5b5dd5d5727b516cef19a8ccd0.tar.lz
nvim-lspconfig-35a829575cdd3e5b5dd5d5727b516cef19a8ccd0.tar.xz
nvim-lspconfig-35a829575cdd3e5b5dd5d5727b516cef19a8ccd0.tar.zst
nvim-lspconfig-35a829575cdd3e5b5dd5d5727b516cef19a8ccd0.zip
Add progress tracking.
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index ef4a539b..4e7764f8 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,21 @@ for examples and ask me questions in the [Neovim
Gitter](https://gitter.im/neovim/neovim) to help me complete configurations for
*all the LSPs!*
+## Progress
+
+Implemented:
+- [gopls](https://github.com/norcalli/nvim-common-lsp#gopls)
+- [texlab](https://github.com/norcalli/nvim-common-lsp#texlab)
+
+Planned servers to implement (by me, but contributions welcome anyway):
+- [clangd](https://clang.llvm.org/extra/clangd/Installation.html)
+- [ccls](https://github.com/MaskRay/ccls)
+- [lua-language-server](https://github.com/sumneko/lua-language-server)
+- [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer)
+
+In progress:
+- ...
+
## Install
`Plug 'norcalli/nvim-common-lsp'`