Commit Graph

1370 Commits

Author SHA1 Message Date
Fernando García-Redondo
6a94dda4c4 Update README.md (#324)
`pyls-all` is the default server name after installation, so configurations should refer to it instead of `pyls`.
2020-10-16 01:09:39 +09:00
Yasuhiro Matsumoto
c4109508ed Check result 1 for confirm 2020-10-16 00:27:17 +09:00
Yasuhiro Matsumoto
57fa5eb0df Add rslint-lsp 2020-10-16 00:20:00 +09:00
Yasuhiro Matsumoto
25a963fafb Fix installer for emmylua-ls 2020-10-16 00:20:00 +09:00
Yasuhiro Matsumoto
5e50ce144e Fix rome 2020-10-16 00:19:59 +09:00
Chris Kipp
4c2c57f7a4 Update Metals versions and initializationOptions (#320)
* Update Metals version and initializationOptions

* Update Metals version on windows script
2020-10-16 00:13:20 +09:00
Yasuhiro Matsumoto
ee2c8a4767 Add prolog-lsp_server 2020-10-13 00:14:26 +09:00
Dominic Della Valle
78539e17f2 Fix installer for Powershell-languageserver (#319)
- Only create the `session` directory if it doesn't exist (suppresses
  "already exists" error from `mkdir`)
- Removes path delimiter conversion (paths now stay as `\` delimited)
- Quotes all `powershell` arguments to handle whitespace in paths (this
  uses CMD syntax for `Command` and Powershell syntax for the remainder
of the line. This is because everything past the Command argument is
interpreted by Powershell, but not before or during the parsing of
`-Command` itself)
2020-10-09 22:10:13 +09:00
mattn
d308754ef6 Add pyright-langserver (#318) 2020-10-09 14:55:26 +09:00
Prabir Shrestha
b46fed1461 update rust analyzer to 2020-09-28 (#314) 2020-10-05 11:05:35 +09:00
Yasuhiro Matsumoto
72f14831e1 Fix bug that LspSettingsLocalEdit does not work if the marker not found 2020-09-29 12:01:45 +09:00
Yasuhiro Matsumoto
6366cc52ad Set <nomodeline> 2020-09-17 22:47:59 +09:00
Cezary Drożak
c6552ddaf0 Add serve-d language server (#303) 2020-08-31 13:16:50 +09:00
Prabir Shrestha
a11d376568 update rust-analyzer to 2020-08-24 (#307) 2020-08-31 13:16:22 +09:00
Yasuhiro Matsumoto
a4723882b1 Fix settings 2020-08-24 23:41:25 +09:00
Yasuhiro Matsumoto
c2bae103c0 Add installer for zls 2020-08-24 23:40:31 +09:00
Yasuhiro Matsumoto
88e7641326 Add installer for zls 2020-08-24 23:39:48 +09:00
Yasuhiro Matsumoto
5f0837783d Update README.md 2020-08-24 01:08:29 +09:00
mattn
27f22510bf Add zls (zig language server) (#306) 2020-08-24 01:07:01 +09:00
Yasuhiro Matsumoto
612fdc11ab slp should not be slp.pl 2020-08-20 21:51:34 +09:00
Yasuhiro Matsumoto
1870297ded Fix ocaml settings 2020-08-18 18:26:35 +09:00
Shota Sasaki -- AKAI
fdaadb6826 Fix an unneeded sentence in README.md (#302) 2020-08-15 22:42:50 +09:00
Yasuhiro Matsumoto
25cbba6fbb Fix installer for groovy-language-server 2020-08-14 13:21:35 +09:00
Yasuhiro Matsumoto
b8567a7e1c ditto 2020-08-14 13:20:40 +09:00
Yasuhiro Matsumoto
05fc6f20ca Fix installer for gradle-language-server 2020-08-14 13:19:55 +09:00
Yasuhiro Matsumoto
368201de63 Fix java-language-server.vim 2020-08-14 13:11: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
dd708b57bd Add vala-language-server (#301) 2020-08-14 09:20:54 +09:00
mattn
2f2b7ea7a7 [WIP] Add java-language-server (#300) 2020-08-14 09:03:32 +09:00
mattn
5ce7128749 Add installer for groovy-language-server (#299) 2020-08-14 08:58:31 +09:00
yaegassy
ef2b1df831 Update sumneko-lua-language-server to 0.20.3 (#298) 2020-08-13 18:30:34 +09:00
Shinya Ohyanagi
41389bc2e1 Add rome (#297) 2020-08-12 01:36:27 +09:00
yozu
89d6fdae94 Add ocaml-lsp (#296)
* Add ocaml-lsp

* Fix installer bug. It works fine now.

* Fix shellcheck warnings
2020-08-09 19:29:45 +09:00
Yasuhiro Matsumoto
a2ae16501b Fix installer for svelte-language-server 2020-08-06 00:48:40 +09:00
mattn
430147c7af Svelte language server (#295)
* Add svelte-language-server

* Fix installer

* Update README.md
2020-08-04 23:41:34 +09:00
Shinya Ohyanagi
6f808235c6 Fix tailwind does not works css (#294) 2020-08-04 01:21:14 +09:00
toku_san
97055a7ef9 Fix typo in README.md (#293)
* Fix typo

* Fix typo
2020-08-02 12:47:00 +09:00
Shinya Ohyanagi
932b66a098 Add tailwindcss-intellisense (#292)
* Add tailwindcss-intellisense

* Fix update README

* Fix oops

* Fix refresh_pattern

* Fix tweak
2020-08-01 22:26:48 +09:00
yaegassy
ef8a4a47e7 Add angular and more in README (#291)
- Add angular-language-server.
- Sorting the order of "Supported Languages".
- Add missing html-langserver and sqls in "Supported Languages".
2020-07-30 18:10:24 +09:00
mattn
e717df63db Add angular-languageservice (#290)
* Check angular.json

* Add installer

* Use list

* allowlist/blocklist

* Fix typo

* s/angular-language-service/angular-language-server/g
2020-07-30 16:10:37 +09:00
yaegassy
874067e985 Update pyls-ms: 0.5.51 (#288) 2020-07-28 08:51:12 +09:00
yaegassy
c83613d5cd Add windows installer for sumneko-lua-language-server (#289)
* Change sumneko-lua-language-server download url to GitHub release

* Add windows installer for sumneko-lua-language-server

* fix filename
2020-07-26 09:31:19 +09:00
Marcos Ferreira
7425644aac Update installed clojure lsp version to lastest (#286) 2020-07-25 01:05:58 +09:00
yaegassy
3cf25b7a4b Add sumneko/lua-language-server (#287)
* Add sumneko/lua-language-server

* fix vint error
2020-07-25 01:05:39 +09:00
Yasuhiro Matsumoto
79383906a2 chmod +x 2020-07-22 18:02:32 +09:00
Prabir Shrestha
aee96366c5 update rust-analyzer to 2020-07-13 (#285) 2020-07-22 18:01:03 +09:00
Yuto
ab06b927ad Add pyls-all language server (installs pyls with its dependencies) (#278)
* Install pyls together with its dependencies

* Install pyls with pyls-isort

* Revert "Install pyls with pyls-isort"

This reverts commit 9f7ceda19f.

* Revert "Install pyls together with its dependencies"

This reverts commit 36f19d5264.

* Add pyls-all
2020-07-18 19:36:19 +09:00
hrsh7th
a2b6a7e3e5 Update vls config (#284) 2020-07-18 19:34:51 +09:00
mattn
a5f1a41d36 Handle allowlist in lsp_settings (#283)
* Handle allowlist in lsp_settings

* Fix test

* Fix test

* Fix test

* Fix test

* Fix test

* Do not load duplicated

* Fix test

* Fix test
2020-07-17 13:44:50 +09:00