mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Add LSP config for Odin (#3214)
This commit is contained in:
parent
9a49623721
commit
2f1d3d0899
@ -67,7 +67,7 @@
|
||||
| nu | ✓ | | | |
|
||||
| ocaml | ✓ | | ✓ | `ocamllsp` |
|
||||
| ocaml-interface | ✓ | | | `ocamllsp` |
|
||||
| odin | ✓ | | | |
|
||||
| odin | ✓ | | | `ols` |
|
||||
| openscad | ✓ | | | `openscad-language-server` |
|
||||
| org | ✓ | | | |
|
||||
| perl | ✓ | ✓ | ✓ | |
|
||||
|
@ -1368,7 +1368,8 @@ name = "odin"
|
||||
auto-format = false
|
||||
scope = "source.odin"
|
||||
file-types = ["odin"]
|
||||
roots = []
|
||||
roots = ["ols.json"]
|
||||
language-server = { command = "ols", args = [] }
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user