Vladimir Bauer
Vladimir Bauer
I've accompanion [kakoune-snippet-collection](https://github.com/andreyorst/kakoune-snippet-collection) plugin installed and have following setting in my setup: ``` set-option -add global snippets_directories "%opt{plug_install_dir}/kakoune-snippet-collection/snippets" ``` However invoking `:snippets-info` command in rust files shows nothing, I mean...
I use [bingo](https://github.com/saibing/bingo) lsp server with [kak-lsp](https://github.com/ul/kak-lsp). Completion has some snippet like placeholder. I installed this plugin with hope, that I'll be able to jump to that placeholders, but nothing...
Interfaces part shows a way to check interface compatibility (fulfillment): ```go type NullWriter struct {} var _ io.Writer = &NullWriter{} ``` Nothing wrong with above code, but for completeness sake...
Hi! Consider following case (the final position of the cursor is represented by a "|"): typing `{}` produces `{}}|`, whereas typing `()` produces `()|` I expect typing both curtly braces...
Пользуюсь раскладкой Programmer Dvorak, и в следующей конфигурации попытался перезаписать маппинг по умолчанию для qwerty: ``` let g:XkbSwitchIMappingsTr = { \ 'ru': \ {'
Sometimes debug buffer is filled with following: ``` error running command 'eval -buffer 'cmd.rs' -verbatim -- set buffer rust_analyzer_inlay_hints 360 '43.20+0|{InlayHint}{\}: Context' '43.58+0|{InlayHint}{\}op: ' '43.37+0|{InlayHint}{\}key: ' '44.31+0|{InlayHint}{\}client: ' '44.45+0|{InlayHint}{\}key: '...
Open a project with at least one error. Outcome: `kak-lsp` won't show any error sign in the gutter. I have to write a buffer first in order to trigger error...
With Inlay hints for rust-analyzer enabled, whenever I complete something incomplete, hint ends up somewhere in the middle. It's better to explain with a screenshot: Here I tired to complete...
I have [Inlay hints for rust-analyzer](https://github.com/ul/kak-lsp#inlay-hints-for-rust-analyzer) enabled and sometimes the hint may be so long that it doesn't wrap. It's especially annoying in insert mode, when cursor gets out of...
prefer typed const