perf: disable mini.anitmate in grug-far buffers

This commit is contained in:
Folke Lemaitre committed 2024-07-20 17:41:59 +02:00
1 parent 5adec47431
commit d58e4c4f89
1 file changed
+7
@@ -14,6 +14,13 @@ return {
end, { expr = true })
end
vim.api.nvim_create_autocmd("FileType", {
pattern = "grug-far",
callback = function()
vim.b.minianimate_disable = true
end,
})
LazyVim.toggle.map("<leader>ua", {
name = "Mini Animate",
get = function()