Notifier filetype #6
-
In LazyVim because the notifier window is set to {
"folke/snacks.nvim",
opts = {
styles = {
notification = {
bo = { filetype = "snacks_notify" },
},
},
},
}, and the filetype changes to Maybe the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It seems that FileType event does not trigger when the notification window is rendered. If I do |
Beta Was this translation helpful? Give feedback.
-
Right, that;s a bug. The I use |
Beta Was this translation helpful? Give feedback.
Should be fixed now. Notifs will have
ft=snacks_notif
.Update LazyVim & snacks for the changes :)