diff options
| author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 01:31:53 -0800 |
|---|---|---|
| committer | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 01:31:53 -0800 |
| commit | 9b2622d04c48ff854bdb95a98097d36b51756186 (patch) | |
| tree | aa4726d27ac5472900f132b6fc06adb090dcc1b4 | |
| parent | Fix name in preamble. (diff) | |
| download | nvim-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.md | 2 | ||||
| -rw-r--r-- | README_preamble.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) |
