Commit Graph

1370 Commits

Author SHA1 Message Date
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
Prabir Shrestha
94d836f740 update rust-analyzer to 2020-05-18 2020-05-21 23:11:18 -07:00
mattn
4cdf390d71 Merge pull request #240 from wingyplus/elixir-ls-0.4.0
Upgrade elixir-ls to v0.4.0
2020-05-19 16:02:05 +09:00
mattn
2be2210969 Merge pull request #238 from Milly/pip-install-callable-bat
Use `call` to make `python.bat` callable.
2020-05-19 16:01:42 +09:00
Thanabodee Charoenpiriyakij
15c837d313 Upgrade elixir-ls to v0.4.0 2020-05-17 15:32:16 +07:00
mattn
a84a149e25 Merge pull request #239 from prabirshrestha/rust-analyzer-update
update version of rust analyzer to 2020-05-11
2020-05-17 11:10:40 +09:00
Prabir Shrestha
4e1d7c758d update version of rust analyzer to 2020-05-11 2020-05-16 19:55:27 +00:00
mattn
101f8726e0 Merge pull request #237 from Milly/pyls-ms-detect-version
Detect python version from python-path setting.
2020-05-17 03:01:38 +09:00
Milly
8bf0901275 Use call to make python.bat callable.
If running python via a `bat` file it will silently stop.
2020-05-17 02:11:43 +09:00
Milly
df16defba7 Detect python version from python-path setting. 2020-05-17 01:58:34 +09:00
mattn
df8da2aace Merge pull request #236 from Jagua/fix-json-languageserver-fileMatch
Add support json schema for LspSettingsGlobalEdit
2020-05-13 12:25:15 +09:00
mattn
c310f49490 Merge pull request #235 from tksgi/master
Update dart analysis server installer
2020-05-13 12:24:34 +09:00
Jagua
0a07ebaa06 Add support json schema for LspSettingsGlobalEdit 2020-05-12 23:59:32 +09:00
tksgi
3133db4d32 Fix Windows installer for dart analysis server 2020-05-11 03:49:11 +09:00
tksgi
042e3d35b4 Fix README typo in dart analysis server config 2020-05-11 03:02:27 +09:00
tksgi
cceb39876e add MacOS installer for dart analysis server 2020-05-11 02:52:18 +09:00