the continium
the continium
I think this fixes it https://github.com/rafi/vim-config/pull/297
I predominantly use conjure for clojure and don't see any flashing with Noice. With a python client I do see the message ui flash on and off after every evaluation.
The flashing in noice that I am seeing is when a command is given via a key mapping. Every time the key mapping is used the command mapped flashes up...
Thanks @Olical - hope you’re feeling better. I’ll give it a test run too.
Evaluate: buffer, form, mark and motion - no flashing. Evaluate: selection still flashes up the cmd line popup.
I'm not sure of the correct syntax but If you change the definition to the below it works. I suspect the array is not being processed correctly. > "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": {...
great - thanks
I use the following setup using this plugin and `mini.surround` for ``` 'sexp_round_head_wrap_list': 'i', 'sexp_round_tail_wrap_list': 'I', 'sexp_round_head_wrap_element': 'w', 'sexp_round_tail_wrap_element': 'W', ``` with `` set to `,` and using `lazy.vim` ```lua...
Thanks for the plugin - I would like to see the last "replace" option you mention above; being able to go up/down the blame commit stack in the same window...