Johannes Altmanninger

Results 733 comments of Johannes Altmanninger

For now I broke the option to use different project roots for two servers in a single buffer. I'm not sure why this would be necessary but i guess we...

If I do something like `set-option -add buffer lsp_servers %{ [language_server.pyright-langserver] args = ["--stdio"] }`, the additional language server will be started as needed. If I remove that snippet from...

Right, I forgot about that. I think the one-session-for-everything use case is an important one (although I have never used it). Before multi-root support, every project opened from the same...

Moved the multi root changes to the `multi-root` branch.

planning to merge soon but LMK if you want to test/review first. I wonder if we should loudly stop supporting `kak-lsp.toml`, to reduce confusion from having different config flavors in...

> An option could be to use this chance to also rename the binary to kakoune-lsp, and make one big breaking release. I think this fundamental config change could be...

pushed commit 642ca2b4 with a config knob to override the magic single-instance behavior. I'm not yet sure what we should add to LSP (if anything) to let servers decide this...

I can't get it to work in helix, can you give a (minimal) example project where it works? I'm running with ```toml [language-server.htmx-lsp] command = "htmx-lsp2" config = { lang...

Thanks, I got both HTML tag and Go code completions to work in Helix. I noticed that it only works if `templ` is installed. And configured (I guess there is...