A minimalist neovim plugin to put messages into the quickfix list by command
QuickfixMessages
.
Install this plugin by lazy.nvim:
{
"whisperpine/quickfix-messages.nvim",
cmd = "QuickfixMessages",
opts = {
-- automatically open quickfix window
open_quickfix = true,
},
},