Yasuhiro Matsumoto
|
ca18711538
|
Install json-languageserver from git repository
|
2020-03-06 01:00:22 +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 |
|
Prabir
|
67d74e925d
|
add Cargo.toml for search and update ra_lsp_server
|
2020-02-16 22:54:38 -08:00 |
|
Yasuhiro Matsumoto
|
98ae102270
|
Fix url of local schema
|
2020-02-16 21:48:27 +09:00 |
|
Yasuhiro Matsumoto
|
bde44e12e6
|
Merge branch 'master' of git://github.com/mattn/vim-lsp-settings
|
2020-02-16 21:46:19 +09:00 |
|
Yasuhiro Matsumoto
|
8d161f8ca2
|
Apply local schema
|
2020-02-16 21:45:48 +09:00 |
|
Jianxin Hu
|
05459fde10
|
Fix syntex error when open go file
|
2020-02-16 14:05:49 +08:00 |
|
Yasuhiro Matsumoto
|
22866c9702
|
Edit local settings.json
|
2020-02-16 00:03:58 +09:00 |
|
Yasuhiro Matsumoto
|
16d44096c4
|
Do not set workspace_config for yaml-language-server
|
2020-02-15 01:06:23 +09:00 |
|
Yasuhiro Matsumoto
|
1ce6d4b869
|
Enable {'matcher': 'fuzzy'} for gopls in default
Fixes #150
|
2020-02-14 09:28:10 +09:00 |
|
Yasuhiro Matsumoto
|
d61017eeb5
|
Add server configs
|
2020-02-14 02:34:57 +09:00 |
|
Yasuhiro Matsumoto
|
c7b8916b10
|
Remove typed_pattern
|
2020-02-13 19:13:53 +09:00 |
|
Yasuhiro Matsumoto
|
bfa9352825
|
Prefer 'Document' contains
|
2020-02-13 02:19:41 +09:00 |
|
Yasuhiro Matsumoto
|
9d8dcb25d8
|
Enable when LSP is enabled
|
2020-02-13 02:05:39 +09:00 |
|
Yasuhiro Matsumoto
|
4e6441f09c
|
Merge branch 'master' into add-LspSwitchSourceHeader
|
2020-02-13 02:03:15 +09:00 |
|
Yasuhiro Matsumoto
|
4f7dbef46a
|
Merge branch 'master' into julia
|
2020-02-12 10:15:35 +09:00 |
|
Yasuhiro Matsumoto
|
94bda9483d
|
Add LspSwitchSourceHeader based on @kent-tri's patch
See https://github.com/prabirshrestha/vim-lsp/pull/703
|
2020-02-10 10:58:01 +09:00 |
|
Yasuhiro Matsumoto
|
5cce450fae
|
Use single quote
|
2020-02-10 00:41:43 +09:00 |
|
Yasuhiro Matsumoto
|
cec57a8e79
|
Merge branch 'master' of git://github.com/mattn/vim-lsp-settings
|
2020-02-08 21:58:12 +09:00 |
|
Amadeus Demarzi
|
dd19ea3e59
|
Add .tsx and .jsx extentions to LspRegisterServer
|
2020-02-05 17:23:45 -08:00 |
|
Yasuhiro Matsumoto
|
5a9a1bdc18
|
Merge branch 'master' into glslls
|
2020-02-05 23:13:02 +09:00 |
|
Yasuhiro Matsumoto
|
c727df7bca
|
Fix refresh_pattern and typed_pattern
|
2020-02-05 19:37:38 +09:00 |
|
Yasuhiro Matsumoto
|
d8559bc8d6
|
Fix typed_pattern
|
2020-02-05 19:31:28 +09:00 |
|
Yasuhiro Matsumoto
|
9ee12f79f1
|
Fixes refresh_pattern and typed_pattern.
|
2020-02-05 19:22:35 +09:00 |
|
Yasuhiro Matsumoto
|
68a59e6d34
|
Fixes refresh_pattern and typed_pattern.
|
2020-02-05 18:48:43 +09:00 |
|
Yasuhiro Matsumoto
|
90b4c2e84a
|
Rename asyncomplete-refresh-pattern to refresh_pattern
|
2020-02-05 18:26:19 +09:00 |
|
Yasuhiro Matsumoto
|
3e4d8bf5c5
|
Add glslls
|
2020-02-05 16:22:41 +09:00 |
|
Yasuhiro Matsumoto
|
c3382a172d
|
Add asyncomlpete-refresh-pattern for CSS
|
2020-02-05 15:32:55 +09:00 |
|
Naoya Inada
|
af8982bd21
|
Fix default initialization_options of vue-language-server
|
2020-02-03 15:59:36 +09:00 |
|
Yasuhiro Matsumoto
|
be98522b63
|
Add powershell-languageserver
|
2020-02-03 09:54:55 +09:00 |
|