Supreeeme
Supreeeme
### Version of Kakoune Kakoune v2024.05.18 ### Reproducer 1. Have a buffer with only one word in it, i.e. `word`. 2. Run `hook buffer InsertCompletionHide .* %{ echo hiding! }`...
### Feature Currently, kakoune provides a way to manually trigger word and line completion, however you only seem to be able to toggle the autocompletion which uses the `completers` opt....
### Feature If I choose a completion candidate but then decide I don't want to use it, I have to exit insert mode and delete whatever was inserted. It would...
### Feature Similar to vim, I'd like to have the completion menu auto-select the first thing in the list. I like to trigger completion manually, so it'd be great if...
### Feature Kakoune's built in docs are helpful, however I find they are not particularly discoverable if you don't actually know what category to search for. For example, in setting...
## Current Behavior ```xsh mkfifo fifo echo "fifo" > fifo & # this blocks ``` The process doesn't actually go in the background until a reader also appears on the...
In both Niri and Anvil, if you have two popups that are parented to the same toplevel, the second one is stacked under the first one, but it should be...
There is a command to show signature help (`lsp-signature-help`). It would be nice to have an equivalent command or toggle to make it go away.
If the filetype for the current buffer changes (`set buffer filetype X`), I think the LSP should be detached (if it's not already) and all the diagnostic highlighting and whatnot...
So there is `lsp-diagnostics` which shows project wide diagnostics. There is `lsp-hover` which shows hover info for the current spot in the buffer, which can include diagnostics. However, at least...