Commit Graph

164 Commits

Author SHA1 Message Date
Austin Ziegler
14c84aeb3a Prefer terraform-ls over terraform-lsp
The LSP terraform-ls is official from Hashicorp and is focused on
stability over experimental features, as terraform-lsp is focused. The
relationship between the two is described in the [terraform-ls README][]
and reiterated in the [terraform-lsp README][].

[terraform-ls README]: https://github.com/hashicorp/terraform-ls#terraform-ls-vs-terraform-lsp
[terraform-lsp README]: https://github.com/juliosueiras/terraform-lsp

Based on this, and the fact that both LSPs are well maintained,
I believe that vim-lsp-settings should prefer installing terraform-ls
over terraform-lsp.
2022-02-28 01:33:56 +09:00
Qs-F
b72e714b07 Fix eslint-language-server repository in settings.json 2022-02-19 20:56:20 +09:00
Yasuhiro Matsumoto
f3e9c4e2a2 Support typeprof 2021-12-31 00:27:47 +09:00
Yasuhiro Matsumoto
30c2cc9768 Support vscode-langservers-extracted 2021-12-31 00:27:47 +09:00
Yasuhiro Matsumoto
54f42a01ee Add dot-language-server 2021-12-26 00:25:20 +09:00
Remco Haszing
4f839f300e Add remark-language-server
This is a language server for linting and formatting markdown files
using remark.
2021-12-25 22:38:33 +09:00
Yasuhiro Matsumoto
1c0dfc0a26 Format 2021-12-24 23:32:32 +09:00
Yasuhiro Matsumoto
5e36302a1d Update settings.json 2021-12-24 23:32:32 +09:00
Yasuhiro Matsumoto
af099b1ea6 URL and description 2021-12-24 23:32:32 +09:00
Jesse Hathaway
38e2b66917 puppet: add puppet-languageserver
Adds a puppet language server:

https://github.com/puppetlabs/puppet-editor-services.git

Install config only for UNIX boxes, as I lack a windows box to test on.

Fixes: https://github.com/mattn/vim-lsp-settings/issues/448
2021-12-23 12:55:52 +09:00
Yasuhiro Matsumoto
8f1cd82262 Support gohtmltmpl/gotexttmpl 2021-12-18 03:24:40 +09:00
hrsh7th
f8fc89a843 Fix vim-language-server asyncomplete refresh pattern 2021-12-16 21:44:20 +09:00
Yasuhiro Matsumoto
270f62e4ad Fix Java refresh_pattern 2021-11-09 12:38:56 +09:00
Yasuhiro Matsumoto
a0c33c8810 Add taplo-lsp 2021-09-10 03:31:36 +09:00
tsukkee
96c93230a0 update volar and use exposed command from @volar/server 2021-09-06 11:12:49 +09:00
tsukkee
eaf232b601 add volar setting 2021-09-02 16:32:58 +09:00
Shinya Ohyanagi
e6829790a6 Add Steep 2021-08-27 02:19:22 +09:00
Yasuhiro Matsumoto
2e394faef1 Add ruby_language_server 2021-06-08 00:33:13 +09:00
Shinya Ohyanagi
2b5162cf43 Add pylsp 2021-06-08 00:05:31 +09:00
Tsuyoshi CHO
b37de02402 feat: vim-language-server latest config apply (#420)
* vim-ls: add iskeyword param

* vim-ls: add diagnotics & fix indent

* vim-ls: add neovim flag

* settings.json: add vim-ls refresh_pattern

* vim-ls: iskeyword support ':'
2021-05-08 22:32:24 +09:00
Shinya Ohyanagi
180928a99e Add esbonio (#414)
* Add esbonio

* Fix command and add windows installer

* Fix
2021-04-21 23:59:25 +09:00
Shinya Ohyanagi
d9b0e91880 Add flow (#408)
* Add flow

* Add flow
2021-03-27 23:49:16 +09:00
Kefei Lu
ab9f288c6a Add Racket language server setting (#403)
* add racket language server

* add install-racket-lsp.cmd

* add racket lsp information to README

* add `raco` to the requirement
2021-03-15 09:54:48 +09:00
Shinya Ohyanagi
a256822098 Add deno (#390)
* Add deno

* Fix wrong url

* Fix shellcheck error
2021-02-14 22:28:31 +09:00
Shinya Ohyanagi
912604efc8 Add graphql-language-service-cli (#389)
* Add graphql-language-service-cli

* Fix review point

Co-authored-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>

Co-authored-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
2021-02-11 21:26:09 +09:00
Yasuhiro Matsumoto
f19c2f5fa3 Update settings.json 2021-02-04 09:01:43 +09:00
Yasuhiro Matsumoto
90d5216ef2 Handle go.mod 2021-02-04 09:00:31 +09:00
yaegassy
5f4b041514 Add psalm-language-server (#380) 2021-01-28 01:56:36 +09:00
Luma
584dfe9b61 Support prisma-language-server (#340)
* Support prisma-language-server

* fix

* fix

* fix: follow the latest prisma-language-tools

* use .cmd instead of .exe

Co-authored-by: mattn <mattn.jp@gmail.com>
2021-01-03 21:58:00 +09:00
Oleksandr Dzhychko
e4bebbab50 Add haskell-language-server (#359) 2021-01-02 22:01:04 +09:00
mattn
840db627e4 Add godot (#365) 2021-01-02 21:58:19 +09:00
zakuro
4c8b5ff753 Support V programming Language (#357)
* Add install-vlang-vls.sh

* Add install-vlang-vls.cmd

* Add settings for vlang-vls

* Update README.md
2020-12-24 17:55:55 +09:00
Matthias Simon
9995ed2611 Add ntt (TTCN-3 language server) (#342)
* Add ntt (TTCN-3 language server)

* Remove unused variable

* Add suggestion for 5nord/vim-ttcn3

* Suggest gustafj/vim-ttcn

This vim plugin currently has better syntax support than 5nord/ttcn3.

* Add support for Bash version < 4.0

* Use new naming scheme
2020-11-19 00:33:05 +09:00
Yasuhiro Matsumoto
90201a39b3 Add context
Fixes #321
2020-11-04 23:03:04 +09:00
Yasuhiro Matsumoto
d12ff45bd7 Enable cl-lsp since the bug is fixed 2020-10-29 08:44:10 +09:00
Yasuhiro Matsumoto
1e6065c2d4 omnisharp does not require npm 2020-10-28 18:10:41 +09:00
Yasuhiro Matsumoto
b8fa2cd8d1 Disable cl-lsp in default
cl-lsp crashes if using multi-byte strings.
2020-10-28 09:09:18 +09:00
lunarxlark
5fd6f26e9a Add hashicorp/terraform-ls (#325) 2020-10-26 15:14:05 +09:00
Yasuhiro Matsumoto
f359542003 Fix settings.json 2020-10-16 08:31:23 +09:00
Yasuhiro Matsumoto
57fa5eb0df Add rslint-lsp 2020-10-16 00:20:00 +09:00
Yasuhiro Matsumoto
ee2c8a4767 Add prolog-lsp_server 2020-10-13 00:14:26 +09:00
mattn
d308754ef6 Add pyright-langserver (#318) 2020-10-09 14:55:26 +09:00
Cezary Drożak
c6552ddaf0 Add serve-d language server (#303) 2020-08-31 13:16:50 +09:00
Yasuhiro Matsumoto
a4723882b1 Fix settings 2020-08-24 23:41:25 +09:00
mattn
27f22510bf Add zls (zig language server) (#306) 2020-08-24 01:07:01 +09:00
Yasuhiro Matsumoto
1870297ded Fix ocaml settings 2020-08-18 18:26:35 +09:00
Yasuhiro Matsumoto
ada41a1a67 Fix settings.json 2020-08-14 13:08:11 +09:00
Yasuhiro Matsumoto
00df7d4a4e Fix missing confguration 2020-08-14 10:42:46 +09:00
mattn
2f2b7ea7a7 [WIP] Add java-language-server (#300) 2020-08-14 09:03:32 +09:00
Shinya Ohyanagi
41389bc2e1 Add rome (#297) 2020-08-12 01:36:27 +09:00