this is a small plugin meant to mimic 'compile mode' from emacs. it is inspired by compile-mode.nvim, but intentionally smaller with zero dependencies.
<leader>cp triggers the compile mode prompt, enter your command and press <CR>.
vim.pack.add({ "https://github.com/bnjjo/smolcomp.nvim" }){
"bnjjo/smolcomp.nvim"
}