diff options
| author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 00:52:35 -0800 |
|---|---|---|
| committer | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-14 00:52:35 -0800 |
| commit | 3682ce001506b526c4721698560521f8ce73ceb2 (patch) | |
| tree | 88c1a9c47f9fa48a423b7cc8c86dc2bde9ee5d1a | |
| parent | Darn you, tabs. (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
