aboutsummaryrefslogtreecommitdiffstats
path: root/README_preamble.md
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-14 17:14:53 -0800
committerGitHub <noreply@github.com>2019-11-14 17:14:53 -0800
commit0ccd248ef958a8d27e752952a880d004078b4ae9 (patch)
tree67f4afbe9bf69322c0481f00aaff171214487c05 /README_preamble.md
parentAdd github actions for docgen (#7) (diff)
downloadnvim-lspconfig-0ccd248ef958a8d27e752952a880d004078b4ae9.tar
nvim-lspconfig-0ccd248ef958a8d27e752952a880d004078b4ae9.tar.gz
nvim-lspconfig-0ccd248ef958a8d27e752952a880d004078b4ae9.tar.bz2
nvim-lspconfig-0ccd248ef958a8d27e752952a880d004078b4ae9.tar.lz
nvim-lspconfig-0ccd248ef958a8d27e752952a880d004078b4ae9.tar.xz
nvim-lspconfig-0ccd248ef958a8d27e752952a880d004078b4ae9.tar.zst
nvim-lspconfig-0ccd248ef958a8d27e752952a880d004078b4ae9.zip
Add ElmLS (#9)
- Initial add of elmLS support - Removes unnecessary vim.schedule_wrap fn calls in elmls & clangd impls - Add automatic installation for elmls and update docs. - Sort server output in the README. - Add commands for elmls for buffer and globally. - [bugfix] Skeleton could've tried to attach even if root_dir was nil TODO: check for updates and warn the user if there are updates when an elm server is started. Co-authored-by: Seth Messer <seth.messer@gmail.com>
Diffstat (limited to 'README_preamble.md')
-rw-r--r--README_preamble.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README_preamble.md b/README_preamble.md
index 365eb5ae..33c7dd55 100644
--- a/README_preamble.md
+++ b/README_preamble.md
@@ -32,6 +32,7 @@ them are good references.
Implemented:
- [clangd](https://github.com/neovim/nvim-lsp#clangd)
+- [elmls](https://github.com/neovim/nvim-lsp#elmls)
- [gopls](https://github.com/neovim/nvim-lsp#gopls) (has some errors)
- [pyls](https://github.com/neovim/nvim-lsp#pyls)
- [texlab](https://github.com/neovim/nvim-lsp#texlab)
@@ -151,4 +152,3 @@ nvim_lsp.SERVER.setup({config})
```
# LSP Implementations
-