diff options
| author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-13 18:34:45 -0800 |
|---|---|---|
| committer | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-11-13 18:34:45 -0800 |
| commit | b01686c27a5689666b17accd04443f6f142abf1f (patch) | |
| tree | c64b3e1ba9fbbd029a082a2624b39e26dfa7d43f | |
| parent | Add emacs lsp-mode list. (diff) | |
| download | nvim-lspconfig-b01686c27a5689666b17accd04443f6f142abf1f.tar nvim-lspconfig-b01686c27a5689666b17accd04443f6f142abf1f.tar.gz nvim-lspconfig-b01686c27a5689666b17accd04443f6f142abf1f.tar.bz2 nvim-lspconfig-b01686c27a5689666b17accd04443f6f142abf1f.tar.lz nvim-lspconfig-b01686c27a5689666b17accd04443f6f142abf1f.tar.xz nvim-lspconfig-b01686c27a5689666b17accd04443f6f142abf1f.tar.zst nvim-lspconfig-b01686c27a5689666b17accd04443f6f142abf1f.zip | |
Fix link in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ If you don't know where to start, you can pick one that's not in progress or implemented from [this excellent list compiled by the coc.nvim contributors](https://github.com/neoclide/coc.nvim/wiki/Language-servers) or [this other excellent list from the emacs lsp-mode -contributors](https://github.com/emacs-lsp/lsp-mode#install-language-server) +contributors](https://github.com/emacs-lsp/lsp-mode#supported-languages) and create a new file under `lua/common_lsp/SERVER_NAME.lua`. - For a simple server which should only ever have one instance for the entire neovim lifetime, I recommend copying `lua/common_lsp/texlab.lua`. |
