mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Added mesonlsp
as the default LSP for Meson (#11416)
* defaulted meson to JCWasmx86/mesonlsp * generated docs for mesonlsp
This commit is contained in:
parent
9678c3fe60
commit
ca47b3c140
2 changed files with 3 additions and 1 deletions
|
@ -54,6 +54,7 @@ markdoc-ls = { command = "markdoc-ls", args = ["--stdio"] }
|
|||
markdown-oxide = { command = "markdown-oxide" }
|
||||
marksman = { command = "marksman", args = ["server"] }
|
||||
metals = { command = "metals", config = { "isHttpEnabled" = true, metals = { inlayHints = { typeParameters = {enable = true} , hintsInPatternMatch = {enable = true} } } } }
|
||||
mesonlsp = { command = "mesonlsp", args = ["--lsp"] }
|
||||
mint = { command = "mint", args = ["ls"] }
|
||||
mojo-lsp = { command = "mojo-lsp-server" }
|
||||
nil = { command = "nil" }
|
||||
|
@ -2143,6 +2144,7 @@ injection-regex = "meson"
|
|||
file-types = [{ glob = "meson.build" }, { glob = "meson.options" }, { glob = "meson_options.txt" }]
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
language-servers = ["mesonlsp"]
|
||||
|
||||
[[grammar]]
|
||||
name = "meson"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue