-
I am somewhat befuddled. I've removed the If I understand the documentation correctly, helix should use these internal language settings https://github.com/helix-editor/helix/blob/master/languages.toml as default if Why do I get
in the log file then? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
It is an error that will be reported if you don't have the LSP for the language installed. If you don't care about an LSP, then you can safely ignore t. |
Beta Was this translation helpful? Give feedback.
-
@kirawi I was under the, obviously false, impression, that the languages which are listed here https://github.com/helix-editor/helix/blob/master/languages.toml and which provide lsp support, already come with working language server connections. Then, that means I still have to install the lsp-connectors and setups for each of these languages. Is that right? |
Beta Was this translation helpful? Give feedback.
-
@kirawi |
Beta Was this translation helpful? Give feedback.
It is an error that will be reported if you don't have the LSP for the language installed. If you don't care about an LSP, then you can safely ignore t.