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
7042b949ae
Check angular.json
2020-07-30 14:08:06 +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
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
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
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
458de93386
use allowlist and blocklist ( #267 )
...
* use allowlist and blocklist
* fix description
2020-06-28 21:58:26 +09:00
Milly
3be3d8bc4b
Add jedi-language-server ( #259 )
2020-06-19 20:35:44 +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
Milly
df16defba7
Detect python version from python-path setting.
2020-05-17 01:58:34 +09:00
Jagua
0a07ebaa06
Add support json schema for LspSettingsGlobalEdit
2020-05-12 23:59:32 +09:00
Yasuhiro Matsumoto
a136637787
Guard duplicate call
2020-04-28 01:34:01 +09:00
tennashi
91c7e47376
Fix the argument of load_schema
...
Match the argument of load_schema to the server name.
2020-04-18 17:15:16 +09:00
mattn
2d9b59c011
Merge pull request #217 from mattn/extra-schemas
...
Load extra schemas
2020-04-16 21:00:13 +09:00
Yasuhiro Matsumoto
a38b510553
Load extra schemas
2020-04-16 20:51:23 +09:00
mattn
79a103e6ef
Merge pull request #188 from johejo/fix/json-languageserver
...
fix install for json-languageserver
2020-04-16 13:29:09 +09:00
Yasuhiro Matsumoto
69f3839bbb
Fix #197
2020-03-20 00:48:55 +09:00
Mitsuo Heijo
1857e034df
fix: rename lsp4xml to lemminx
2020-03-18 13:36:13 +09:00
Nao Ueda
5a4e73a931
fix css-languageserver setting
2020-03-12 09:38:15 +09:00
Yasuhiro Matsumoto
2d28590764
Fix arguments
2020-03-10 14:45:31 +09:00
Yasuhiro Matsumoto
216943ea30
Fix arguments
2020-03-10 14:39:39 +09:00
Yasuhiro Matsumoto
f7cf5ded9d
Add golangci-lint-langserver
2020-03-10 14:37:15 +09:00
Yasuhiro Matsumoto
34a22e56db
Cosmetic changes
2020-03-07 18:04:23 +09:00
Mitsuo Heijo
22a546e39d
fix install for json-languageserver
2020-03-06 00:43:37 +09:00
Yasuhiro Matsumoto
fed93a0175
Rename vue-language-server to vls
2020-03-05 10:57:09 +09:00
mattn
16393aa3ea
Merge pull request #182 from mattn/register-command
...
Add client-side commands
2020-03-03 14:25:15 +09:00
mattn
b7317fe4dd
Merge pull request #184 from lnsf/master
...
Fix install-rust-analyzer.sh
2020-03-03 10:29:59 +09:00
lnsf
c1b2732f12
Delete files about ra_lsp_server
2020-03-03 09:09:29 +09:00
Duc Nghiem-Xuan
f8a277b585
fix css-languageserver setting
2020-03-02 18:56:44 +09:00
Yasuhiro Matsumoto
b93a7cf76b
Fix for review
2020-03-02 09:30:46 +09:00
Yasuhiro Matsumoto
f9a2fa867b
Check lsp#register_command() exists
2020-03-01 22:31:39 +09:00
Yasuhiro Matsumoto
1607814d63
Add client-side commands
2020-03-01 20:18:51 +09:00
Yasuhiro Matsumoto
26b51965dd
Add customizable semantic_highlight
2020-02-28 00:10:34 +09:00
Mitsuo Heijo
6f37934b2c
drop typescript.tsx
2020-02-25 16:41:14 +09:00
yaegassy
6ae88c37f5
fix indent
2020-02-25 00:59:34 +09:00
yaegassy
9fa460fcfc
Update eslint-server (vscode-eslint) to version 2
2020-02-24 23:55:03 +09:00
Yasuhiro Matsumoto
e55fa57320
root_uri patterns should be configurable
2020-02-20 00:14:47 +09:00
Yasuhiro Matsumoto
7ecb6223a7
Merge branch 'master' of git://github.com/mattn/vim-lsp-settings
2020-02-20 00:08:42 +09:00
Yasuhiro Matsumoto
f0a6c9bdaa
Move patterns
2020-02-20 00:08:29 +09:00
mattn
2c1fe57822
Merge pull request #168 from h-michael/rust-analyzer
...
rust-analyzer: add rust-analyzer
2020-02-19 18:49:44 +09:00
mattn
ac35fe1181
Merge pull request #169 from mattn/sqls
...
Add sqls
2020-02-19 16:18:42 +09:00
Yasuhiro Matsumoto
eb856bd1c5
Add eslint-language-server
2020-02-18 22:54:16 +09:00
Yasuhiro Matsumoto
065558f989
Add sqls
2020-02-18 22:09:36 +09:00
Hirokazu Hata
6198d0512b
rust-analyzer: add rust-analyzer
...
I think it's better to keep ra_lsp_server for a while as a user transition period,
so I add rust-analyzer instead of rename.
2020-02-18 22:00:35 +09:00
Yasuhiro Matsumoto
42b7d395f1
Revert 16d44096c4
2020-02-17 17:33:26 +09:00