Suppose you have weird taste and you absolutely want:
- your visual selection to always have a green background and black foreground,
- your active statusline to always have a white background and red foreground,
- your very own deep blue background.
Suppose you have weird taste and you absolutely want:
I just implemented a simple but really powerful user command suggested by romainl in lua, running asynchronously using vim.uv API.
In short, this is a command named Redir, which redirect ex command or shell commands stdin/sterr to neovim buffers. So you can view them in split window on the fly.
With Redir, you can do:
" show all your messages in split, I love this one and make it default