aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-13 18:34:45 -0800
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-13 18:34:45 -0800
commitb01686c27a5689666b17accd04443f6f142abf1f (patch)
treec64b3e1ba9fbbd029a082a2624b39e26dfa7d43f
parentAdd emacs lsp-mode list. (diff)
downloadnvim-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72b3e2b4..eeef8390 100644
--- a/README.md
+++ b/README.md
@@ -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`.