Replies: 3 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.
0 replies
-
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.
6 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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