Replies: 4 comments 6 replies
-
|
The official page says Helix support LSP: But it looks like XML is not supported yet... https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers |
Beta Was this translation helpful? Give feedback.
-
|
Solution: LemMinX (see #4518). Unfortunately, it depends on JDK, which is very bloated compared to NodeJS or CPython |
Beta Was this translation helpful? Give feedback.
-
|
If you want to get an XML language server working in Helix, install [language-server.lemminx]
command = "lemminx"
[[language]]
name = "xml"
language-servers = ["lemminx"]
auto-format = true |
Beta Was this translation helpful? Give feedback.
-
|
The simplest approach is to set the open file language to HTML, as per #3479 (comment).
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am interested in learning to use Helix and I wonder if it supports XML Schema. I am not a coder I am trying to learn a software based on LuaTeX and XML Schema is a requirement. I'd like to learn a modern editor that works on a TUI interface with a modern approach.
Thanks... 🙏🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions