voroskoi

Results 23 comments of voroskoi

Hi, I'm just being curious: How do You handle the case with other programs? So You set up Your editor to keycodes, but every other application still uses other keys....

> Having a `spellcmd` option to allow specifying an implementation of Aspell is not good enough because the flag to pick a dictionary is different (`-l` on Aspell, `-d` on...

Second version pushed. Let me know what You think about it. I will update the doc, once the code is in final form.

I think this is the final version. I have used it quite a lot today, tested all the backends. Please review!

I am using since then and have not run into any issue. I really think this should be merged, as I can not see any regression or whatever, but it...

Hi @vbauerster, Thanks for Your reply. Telling the truth I have also tried this capabilities command, but never worked for me with gopls. I am sure gopls has semantic token...

@vbauerster made me thinking about gopls capabilities. `gopls api-json` shows that semanticTokens is an experimental feature. Searching for experimental in kak-lsp codebase yields the following line in `general.rs`: `experimental: None,`....

Hi! Yes, I put a string after `:name`, I have even tried the examples in the README, but they do not work for me. I did not try the hiding...

Hi Dave, On Mon, Dec 25, 2023 at 7:20 PM Dave Sand ***@***.***> wrote: > > The first step is to use Java 11. I have installed openjdk11, ran `ant...