sashomasho

Results 6 comments of sashomasho

I face a similar problem with jdtls - no results being shown. Trying to use lsp_dynamic_workspace_symbols is really slow because a query is performed on each keypress and 'cancel' function...

Thanks, this one reduced my debug compilation times from 4+ minutes to 28 seconds. I had to extract all handlers to separate variables to understand why the macro made the...

I've created a simple PR #2514 just to show how I imagine it, but any other idea is welcome.

I have the same problem with Java when stepping through .class files, I'm not sure what is the problem, since neovim filetype is set to java, but in the snippet...

I had a similar problem, but tafter some digging I found he problem lies in kbdd itself, for example when I run `dbus-monitor interface=ru.gentoo.kbdd` I see that when I change...

btw my solution was to change the following: ``` exec_always setxkbmap -option; setxkbmap -option grp:toggle,grp:shifts_toggle,grp_led:scroll,ctrl:nocaps us,bg -variant ,bas_phonetic exec_always --no-startup-id pkill kbdd; /usr/bin/kbdd ``` to `exec_always setxkbmap -option; setxkbmap -option...