diff options
| author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-13 18:12:19 -0800 |
|---|---|---|
| committer | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-13 18:12:19 -0800 |
| commit | 35a829575cdd3e5b5dd5d5727b516cef19a8ccd0 (patch) | |
| tree | 51d0d65bee0947d1ad01777afcb9af824f8fd7ad | |
| parent | Add gopls, path utils, and root_pattern pattern. (diff) | |
| download | nvim-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.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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'` |
