aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-17 13:06:11 -0800
committerGitHub <noreply@github.com>2019-11-17 13:06:11 -0800
commitc1292d313ef81868ad829461bd6403106e80259e (patch)
treebd3c9d173f4a62147c6500e752214986212e3f3e /scripts
parentRefactor docgen and add package.json support (#29) (diff)
downloadnvim-lspconfig-c1292d313ef81868ad829461bd6403106e80259e.tar
nvim-lspconfig-c1292d313ef81868ad829461bd6403106e80259e.tar.gz
nvim-lspconfig-c1292d313ef81868ad829461bd6403106e80259e.tar.bz2
nvim-lspconfig-c1292d313ef81868ad829461bd6403106e80259e.tar.lz
nvim-lspconfig-c1292d313ef81868ad829461bd6403106e80259e.tar.xz
nvim-lspconfig-c1292d313ef81868ad829461bd6403106e80259e.tar.zst
nvim-lspconfig-c1292d313ef81868ad829461bd6403106e80259e.zip
Fix docs and add util.once (#31)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README_template.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/README_template.md b/scripts/README_template.md
index 049101bd..b7dfca0a 100644
--- a/scripts/README_template.md
+++ b/scripts/README_template.md
@@ -35,7 +35,6 @@ Implemented language servers:
{{implemented_servers_list}}
Planned servers to implement (by me, but contributions welcome anyway):
-- [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)