aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-14 00:52:35 -0800
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-14 00:52:35 -0800
commit3682ce001506b526c4721698560521f8ce73ceb2 (patch)
tree88c1a9c47f9fa48a423b7cc8c86dc2bde9ee5d1a
parentDarn you, tabs. (diff)
downloadnvim-lspconfig-3682ce001506b526c4721698560521f8ce73ceb2.tar
nvim-lspconfig-3682ce001506b526c4721698560521f8ce73ceb2.tar.gz
nvim-lspconfig-3682ce001506b526c4721698560521f8ce73ceb2.tar.bz2
nvim-lspconfig-3682ce001506b526c4721698560521f8ce73ceb2.tar.lz
nvim-lspconfig-3682ce001506b526c4721698560521f8ce73ceb2.tar.xz
nvim-lspconfig-3682ce001506b526c4721698560521f8ce73ceb2.tar.zst
nvim-lspconfig-3682ce001506b526c4721698560521f8ce73ceb2.zip
Fix README progress.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5cb155a4..7c33b120 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ recommend copying `lua/common_lsp/gopls.lua`.
## Progress
Implemented:
+- [clangd](https://github.com/norcalli/nvim-common-lsp#clangd)
- [gopls](https://github.com/norcalli/nvim-common-lsp#gopls) (has some errors)
- [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)