Uiua LSP only partially works #13626
Unanswered
mi2ebi
asked this question in
Troubleshooting
Replies: 2 comments
-
Relevant config: [[language]]
name = "uiua"
scope = "source.uiua"
file-types = ["ua"]
language-servers = ["uiua-lsp"]
auto-format = true
[language-server.uiua-lsp]
command = "uiua"
args = ["lsp"] |
Beta Was this translation helpful? Give feedback.
0 replies
-
update: i'm working on giving helix uiua support, though at the moment it's blocked by the grammar repo having |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Formatting and autocomplete work, but syntax highlighting and diagnostics don't. I assume this is a Helix problem because everything works fine in e.g. VS Code.
https://github.com/shnarazk/tree-sitter-uiua exists but is likely outdated
Reproduction Steps
I tried this:
cd Documents/uiuatest; hx main.ua
i
nsert modeF = back(/*+ran) 1
, newline,F
:w
I expected this to happen:
F ← ˜(/×+⇡)1
)F
without an argument is invalid; runninguiua run
produces this:)
Instead, this happened: only format
Helix log
~/.cache/helix/helix.log
Platform
fedora 42 kde
Terminal Emulator
konsole
Installation Method
dnf
Helix Version
helix 25.01.1 (e7ac2fc)
Beta Was this translation helpful? Give feedback.
All reactions