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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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