fix(autcmds): added grug-far to close with q

This commit is contained in:
Folke Lemaitre
2024-07-24 18:17:58 +02:00
parent 71b2690582
commit 328272144c

View File

@ -55,6 +55,7 @@ vim.api.nvim_create_autocmd("FileType", {
group = augroup("close_with_q"),
pattern = {
"PlenaryTestPopup",
"grug-far",
"help",
"lspinfo",
"notify",