Benoit de Chezelles
Benoit de Chezelles
IDEA: this could be mapped to a dedicated key (e.g. `C-b` ?), so I get full control on the completion sources here without adding usually-useless sources for usual auto-completion.
## Impl 🤔 Can start by searching in current buffer only (or visible buffer in current tabpage) Q: Is it worth forking the `cmp-buffer` for this? If I do, I...
See `:h neomake-statusline` and related functions
Symbol ideas: - `` (a checkmark) for saying "everything is ok" - Either `..` or a braille spinner? Example braille spinners: * `⣾ ⣽ ⣻ ⢿ ⡿ ⣟ ⣯ ⣷`...
To be able to re-order a list, **and not loose the association** between the data and the rendered line, we can assign a row id to each line, which should...
NOTE: for thinglist without a special data payload, this card can probably be skipped. ~~ Line formatting with an associated data payload Data to single-line-content formatting is done only once...
I want to list the various workflows I want, from simplest to complex (order not _that_ important). ~~ Workflow for manipulating the arglist TODO
I don't use neomake anymore, and with the new diagnostic system in neovim I don't think I'll have this kind of problem anymore. closing
It looks like that when the completed word is known (already in the file), it does a newline, but when it is a new word (for the file?), it accepts...