AutoYADM commit: 2024-12-19 13:40:03

This commit is contained in:
Daniel Fichtinger 2024-12-19 13:40:03 -05:00
parent 25aa141bc4
commit 07b391abfe

View file

@ -1,7 +1,17 @@
return { return {
-- "folke/snacks.nvim", "folke/snacks.nvim",
-- priority = 1000, -- priority = 1000,
-- opts = { opts = {
zen = {
Snacks.toggle.zen,
toggles = {
dim = false,
git_signs = false,
mini_diff_signs = false,
diagnostics = false,
inlay_hints = true,
},
},
-- bigfile = { -- bigfile = {
-- notify = true, -- notify = true,
-- size = 1.5 * 1024 * 1024, -- 1.5MB -- size = 1.5 * 1024 * 1024, -- 1.5MB
@ -20,5 +30,5 @@ return {
-- end) -- end)
-- end, -- end,
-- }, -- },
-- }, },
} }