aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-13 18:24:04 -0800
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-13 18:24:04 -0800
commit95e4ee01db99f687709036530efdadab0fd694f7 (patch)
tree6fc49991e39019878a07b4fcf50e3237ea13ba34
parentAdd progress tracking. (diff)
downloadnvim-lspconfig-95e4ee01db99f687709036530efdadab0fd694f7.tar
nvim-lspconfig-95e4ee01db99f687709036530efdadab0fd694f7.tar.gz
nvim-lspconfig-95e4ee01db99f687709036530efdadab0fd694f7.tar.bz2
nvim-lspconfig-95e4ee01db99f687709036530efdadab0fd694f7.tar.lz
nvim-lspconfig-95e4ee01db99f687709036530efdadab0fd694f7.tar.xz
nvim-lspconfig-95e4ee01db99f687709036530efdadab0fd694f7.tar.zst
nvim-lspconfig-95e4ee01db99f687709036530efdadab0fd694f7.zip
Add more instructions for contributions.
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e7764f8..fc422e03 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,15 @@ for examples and ask me questions in the [Neovim
Gitter](https://gitter.im/neovim/neovim) to help me complete configurations for
*all the LSPs!*
+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) 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`.
+- For servers which should have a different instance for each project root, I
+recommend copying `lua/common_lsp/gopls.lua`.
+
## Progress
Implemented: