Commit Graph

1264 Commits

Author SHA1 Message Date
Jose Storopoli
7035748280 ci: update checkout actions to a non-deprecated node version 2024-01-29 08:47:44 +09:00
Alberto Fanjul
e574dd67eb buildsystem for vala is not mandatory 2024-01-29 08:40:06 +09:00
Alberto Fanjul
55e89e4d48 Remove parameters for vala language server 2024-01-29 08:40:06 +09:00
dalance
1bf0b65d3e Update svls to v0.2.11 2024-01-29 08:39:01 +09:00
Yasuhiro Matsumoto
be0afd39e4 update catalog.json 2024-01-27 03:48:23 +09:00
Yuta Sakurai
223c7382e5 hyuga: added required, fix installer for windows. 2024-01-06 22:01:26 +09:00
Yuta Sakurai
87bed91617 update README: change "hyuga local install" to "No". 2024-01-06 22:01:26 +09:00
Yuta Sakurai
28d9ce956a Added Hyuga installer 2024-01-06 22:01:26 +09:00
Yuta Sakurai
b924019a83 fix hyuga installer(added --system-site-package option) 2024-01-06 22:01:26 +09:00
Yuta Sakurai
574f1d60b0 Added Hyuga installer 2024-01-06 22:01:26 +09:00
pojiro
d3b8c83948 Update elixir-ls version to 0.18.1 2023-12-28 14:48:29 +09:00
Tsuyoshi CHO
f6850d1bfb fix: Use simple check for pip install (win) 2023-12-23 22:50:55 +09:00
gawetto
6ecefa41a5 fix README 2023-12-16 10:21:43 +09:00
gawetto
88bcb1ca59 tailwindcss in svelte 2023-12-16 10:21:43 +09:00
sgur
a0c5cf830a Update non-windows installer 2023-12-15 23:14:09 +09:00
sgur
6f55f12f28 Bump up PowerShellEditorServices to v3.14.0 2023-12-15 23:14:09 +09:00
moosq
e4b2886b80 new file format for ntt archive for windows
From `ntt v0.18.0` on the archive deployed for windows operating system will be in `. zip` format
2023-12-15 23:13:30 +09:00
Vadim Lazebny
c1293b00c4 Update Kotlin LSP to 1.3.7 2023-12-15 23:13:10 +09:00
msfukui
7008bd5d74 Fix build error for ocaml-lsp on macOS Sonoma 2023-12-15 23:12:48 +09:00
tsukkee
6ed123f972 add documentation 2023-12-15 23:05:25 +09:00
tsukkee
ab880d6b8c handle watchman dependency 2023-12-15 23:05:25 +09:00
tsukkee
e231ac7a3a update README 2023-12-15 23:05:25 +09:00
tsukkee
7e3420e80e add sorbet setting 2023-12-15 23:05:25 +09:00
tsukkee
d23f48a312 add sorbet installer 2023-12-15 23:05:25 +09:00
tsukkee
cf00aa1cbd add sorbet information to settings.json 2023-12-15 23:05:25 +09:00
kuuote
8f09d11cb2 Fix deno lsp did not work when using v1.39.0
All `initialization_options` are always overwritten `workspace_config` at deno lsp.
So moving `initialization_options` to `workspace_config.deno`
2023-12-15 23:04:36 +09:00
Shinya Ohyanagi
3d99f09aff Fix deno's inlay hint settings 2023-11-16 01:56:11 +09:00
gawetto
7613a3f702 tailwindcss-intelisense version 0.5.10 -> 0.10.0
fix
2023-09-18 02:06:14 +09:00
pojiro
9f8fc440b7 Fix elixir-ls installer 2023-09-18 00:25:05 +09:00
zakuro
7344e006d0 add v-analyzer 2023-09-03 20:39:54 +09:00
Satoru Kitaguchi
98da469f49 gopls: change capabilities to use documentSymbol
instead of deprecated symbolInformation.

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#symbolInformation

```
/**
 * Represents information about programming constructs like variables, classes,
 * interfaces etc.
 *
 * @deprecated use DocumentSymbol or WorkspaceSymbol instead.
 */
```
2023-08-18 23:17:35 +09:00
mikoto2000
976d858968 Add RuboCop lsp mode. 2023-08-18 22:45:54 +09:00
dandelion293949
13fc03c695 update kotlin language server 2023-07-31 20:35:10 +09:00
pojiro
ff1c85394c Update elixir-ls version to 0.15.1 2023-07-31 20:34:51 +09:00
Jing Mi
5dc5e58b12 Use uname -m as -p doesn't always work
See https://unix.stackexchange.com/questions/307955/uname-p-i-are-unknown
`uname -m` returns machine type, which is enough for this script, `uname -p` doesn't work on most Linux distros.
2023-07-31 20:34:32 +09:00
Kosei Kitahara
da214dcc8d Update README 2023-06-22 14:37:32 +09:00
Kosei Kitahara
fee71cdda4 Support jsonnet-language-server 2023-06-22 14:37:32 +09:00
David Briscoe
cd473fc492 Change godot port to 6005
Godot changed the LSP port for Godot 4:
https://github.com/godotengine/godot/blob/master/modules/gdscript/language_server/gdscript_language_server.h#L47-L48

The change was in this commit:

de7873c2d8

Godot 3 users can change to use this port in editor -> editor settings -> network -> language server -> remote port. Or they can use `let g:lsp_settings.godot = { 'tcp': '127.0.0.1:6008'}` to use the old port instead.
2023-06-22 14:29:20 +09:00
klarkc
b295cdfb43 Add missing nixd lsp cmd installer 2023-06-22 14:28:50 +09:00
klarkc
8c035c1ca7 Add nixd alternative 2023-06-22 14:28:50 +09:00
tsukkee
a5d96c22a3 update npm package name
its npm package was moved to `@vue/language-server`
2023-06-22 14:28:25 +09:00
tsukkee
311140f09f update volar to v1.8.0 2023-06-22 14:28:25 +09:00
Stefan Schinkel
b986f8c100 fix installation of marksman on linux 2023-06-05 08:25:12 +09:00
pojiro
63d1d3108e Update elixir-ls version to 0.14.6 2023-05-16 14:01:29 +09:00
jrjsmrtn
aa8a8173ee Add ruff-lsp 2023-05-15 17:28:36 +09:00
tsukkee
0d1be6f823 update volar to v1.6.0 2023-05-15 17:27:51 +09:00
Yasuhiro Matsumoto
af35b04c2d check executable 2023-05-06 04:56:45 +09:00
mattn
f98467680e Merge branch 'master' into master 2023-04-28 21:22:35 +09:00
tsukkee
dbd5c40d55 update volar to v1.4.0 2023-04-28 21:21:55 +09:00
pojiro
99ee720671 Update elixir-ls version to 0.14.3 2023-04-28 21:21:39 +09:00