Johannes Altmanninger

Results 734 comments of Johannes Altmanninger

good idea, this can apply to the info box and other places where we show diagnostics (like the buffer created by `lsp-diagnostics`)

it works in vscode right? I wonder why

duplicate of https://github.com/kak-lsp/kak-lsp/issues/537 which links to an approach to change the `lsp_cmd` option per project to include different `--config` file arguments I appreciate this isn't super convenient. I think in...

https://github.com/kakoune-lsp/kakoune-lsp/pull/765 will make it more obvious how to use language servers conditionally. The config syntax is not final yet

Kakoune's `git.kak` and `diff.kak` already depend on Perl. The first is warranted because Git already depends on Perl. The second is a historical accident. If you're not using `` in...

well LSP says > /** * The range that should be selected and revealed when this link is being * followed, e.g the name of a function. Must be contained...

> It seems currently it's not possible to customize the workspace folders --- kak-lsp will only use the root dir. Yep, not yet implemented. In which scenarios do you need...

I see. When I was working with a Go monorepo, we didn't use modules ;) What I'm wondering though, do you need to configure workspace folders for every editor on...

I'm struggling to reproduce your issue. Here is what I tried. The language server works in both modules. In fact, we start a separate language server for each module (unless...

It's fairly trivial to add workspace_folders in `src/capabilities.rs` to fix this I can reproduce the problem now but I wasn't able to fix it, not even in NeoVim. Steps: 1....