fix(snacks): added snack_notif filetype to be excluded in some things

This commit is contained in:
Folke Lemaitre 2024-11-07 00:16:48 +01:00
parent ecfbf5b7f7
commit 93a5323ba6
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 21 additions and 18 deletions

View file

@ -209,18 +209,19 @@ return {
scope = { show_start = false, show_end = false },
exclude = {
filetypes = {
"help",
"Trouble",
"alpha",
"dashboard",
"neo-tree",
"Trouble",
"trouble",
"help",
"lazy",
"mason",
"neo-tree",
"notify",
"toggleterm",
"snacks_win",
"snacks_notif",
"snacks_terminal",
"snacks_win",
"toggleterm",
"trouble",
},
},
}