785 Commits

Author SHA1 Message Date
Yasuhiro Matsumoto
597b8da5bd s/angular-language-service/angular-language-server/g 2020-07-30 15:41:32 +09:00
Yasuhiro Matsumoto
97a0e0ce95 Fix typo 2020-07-30 14:54:36 +09:00
Yasuhiro Matsumoto
75bf371419 allowlist/blocklist 2020-07-30 14:53:41 +09:00
Yasuhiro Matsumoto
db7469f905 Use list 2020-07-30 14:34:09 +09:00
Yasuhiro Matsumoto
4ac33a0b36 Add installer 2020-07-30 14:11:14 +09:00
Yasuhiro Matsumoto
7042b949ae Check angular.json 2020-07-30 14:08:06 +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
Atsushi Sakai
f81ed286ed add julia to supported language list in README (#282) 2020-07-16 21:48:43 +09:00
Atsushi Sakai
abe15664a1 fix julia language server for *nix (#281)
* fix julia language server for *nix

* remove unnessesary code based on review
2020-07-16 20:46:22 +09:00
masuke5
aebc6fcfe6 Add rust-analyzer to README (#276) 2020-07-12 23:30:55 +09:00
dalance
df1659d5df Update svls to v0.1.16 (#273) 2020-07-07 23:35:18 +09:00
Thanabodee Charoenpiriyakij
3374d6e6d3 Upgrade elixir-ls to v0.5.0 (#275) 2020-07-07 23:34:51 +09:00
Colin
8079bf3f31 feat: add haskell ide engine(hie) for haskell (#274)
did not provide a installation script since it should be installed from source on most OS which is
quite complicated and takes a lot of time
2020-07-07 20:25:04 +09:00
dalance
5f702cef44 Fix svls download path (#272) 2020-07-07 14:17:16 +09:00
Seiya IZUMI
ca862a85ba Fix install-elm-language-server.sh (#271)
* Update install-elm-language-server.sh

* Update elm-language-server.vim

Added `--stdio` option
2020-07-07 14:16:47 +09:00
Prabir Shrestha
f2130774b6 update rust analyzer to 2020-06-29 (#269) 2020-06-30 21:42:48 +09:00
Brent Yi
4d79a5a6e2 Fix permissions for Jedi language server install (#270) 2020-06-30 21:42:29 +09:00
Prabir Shrestha
458de93386 use allowlist and blocklist (#267)
* use allowlist and blocklist

* fix description
2020-06-28 21:58:26 +09:00
Yasuhiro Matsumoto
9967722b34 Do not append the patterns 2020-06-27 10:06:40 +09:00
ujihisa
87b47864e2 Introduce g:lsp_settings_disable_suggestions (#265)
* Introduce g:lsp_settings_disable_suggestions

* Problem: When you use lsp for certain filetypes, you see
  "Please do :LspInstallServer to enable Language Server" message
  every time when you open a file that you don't need lsp supports.
  It's hard to disable all the possible filetypes but the one
  you use.
* Solution: Provide a way to opt-out the messages.

* Revserse the role

* Reverse even more
2020-06-27 09:55:08 +09:00
Yasuhiro Matsumoto
f267543158 Lowercase rem 2020-06-21 21:41:35 +09:00
Milly
41d2e12585 Fix pip cmd (#260)
* Fix binaries detection.

* Show running commands.
2020-06-21 21:40:14 +09:00
itchyny
e14e8876aa Change clone depth to 1 (#264) 2020-06-21 21:39:40 +09:00
Prabir Shrestha
85b9ed1030 remove references to async.vim (#263) 2020-06-21 10:04:56 +09:00
Milly
3be3d8bc4b Add jedi-language-server (#259) 2020-06-19 20:35:44 +09:00
Tsuyoshi CHO
205abce51b README.md: add cmake-language-server (#261) 2020-06-19 20:27:46 +09:00
Prabir Shrestha
f14309463c update rust analyzer to 2020-06-15 (#258) 2020-06-17 15:33:43 +09:00
sgur
b5f75fcf6c Trim trailing whitespaces to fix invalid environment variable values (#255) 2020-06-12 17:42:35 +09:00
raa0121
8846142b99 Update omnisharp-roslyn 1.35.3 (#256) 2020-06-12 17:42:04 +09:00
Tsuyoshi CHO
537a2127ee feat: cmake-language-server setting add (#251)
* cmake initial setting from pyls

* cmake lang server setting tune up

* fix cmake ls name
2020-06-05 15:19:47 +09:00
Bastien Laine
0c6eccc2b9 Add clj-kondo-lsp (#248)
* add: clj-kondo-lsp

* [edit] Fix typo + add $VERSION

* Update installer/install-clj-kondo-lsp.cmd

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

* Update installer/install-clj-kondo-lsp.cmd

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

Co-authored-by: mattn <mattn.jp@gmail.com>
2020-06-04 14:46:47 +09:00
mattn
c87e9f24b9 Merge pull request #250 from mattn/use-version
Use VERSION variable
2020-06-03 20:26:43 +09:00
Yasuhiro Matsumoto
6e164a3153 Fix quote 2020-06-03 20:15:40 +09:00
Yasuhiro Matsumoto
54e73795e0 Use version variable 2020-06-03 17:56:02 +09:00
Yasuhiro Matsumoto
29d162b506 Use VERSION variable 2020-06-03 17:50:40 +09:00
mattn
939545d547 Merge pull request #249 from prabirshrestha/rust-analyzer-update
update rust-analyzer to 2020-06-01
2020-06-03 17:37:24 +09:00
Prabir Shrestha
f49df92e8a update rust-analyzer to 2020-06-01 2020-06-03 07:48:14 +00:00
mattn
cab3dc1fcc Merge pull request #246 from supermomonga/update-omnisharp-v1.35.2
update omnisharp-roslyn to v1.35.2
2020-05-26 23:50:25 +09:00
supermomonga
75f47dee70 update omnisharp-roslyn to v1.35.2 2020-05-26 23:31:44 +09:00
mattn
b913df354e Merge pull request #244 from supermomonga/update-omnisharp
update omnisharp-lsp to v1.35.3
2020-05-25 09:34:53 +09:00
mattn
b27ca127e9 Merge pull request #243 from prabirshrestha/rust-analyzer-update
update rust-analyzer to 2020-05-18
2020-05-25 09:34:35 +09:00
supermomonga
6166b65d1b update omnisharp-lsp to v1.35.3 2020-05-24 01:06:52 +09:00