aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-14 01:31:53 -0800
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-14 01:31:53 -0800
commit9b2622d04c48ff854bdb95a98097d36b51756186 (patch)
treeaa4726d27ac5472900f132b6fc06adb090dcc1b4
parentFix name in preamble. (diff)
downloadnvim-lspconfig-9b2622d04c48ff854bdb95a98097d36b51756186.tar
nvim-lspconfig-9b2622d04c48ff854bdb95a98097d36b51756186.tar.gz
nvim-lspconfig-9b2622d04c48ff854bdb95a98097d36b51756186.tar.bz2
nvim-lspconfig-9b2622d04c48ff854bdb95a98097d36b51756186.tar.lz
nvim-lspconfig-9b2622d04c48ff854bdb95a98097d36b51756186.tar.xz
nvim-lspconfig-9b2622d04c48ff854bdb95a98097d36b51756186.tar.zst
nvim-lspconfig-9b2622d04c48ff854bdb95a98097d36b51756186.zip
Fix clangd's status
-rw-r--r--README.md2
-rw-r--r--README_preamble.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 562d4b00..551e51ed 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ recommend copying `lua/nvim_lsp/gopls.lua`.
## Progress
Implemented:
+- [clangd](https://github.com/neovim/nvim-lsp#clangd)
- [gopls](https://github.com/neovim/nvim-lsp#gopls) (has some errors)
- [texlab](https://github.com/neovim/nvim-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)
diff --git a/README_preamble.md b/README_preamble.md
index 207e2094..ea16caf7 100644
--- a/README_preamble.md
+++ b/README_preamble.md
@@ -35,11 +35,11 @@ recommend copying `lua/nvim_lsp/gopls.lua`.
## Progress
Implemented:
+- [clangd](https://github.com/neovim/nvim-lsp#clangd)
- [gopls](https://github.com/neovim/nvim-lsp#gopls) (has some errors)
- [texlab](https://github.com/neovim/nvim-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)