AutoYADM commit: 2024-12-19 13:40:03
This commit is contained in:
parent
25aa141bc4
commit
07b391abfe
1 changed files with 31 additions and 21 deletions
|
@ -1,7 +1,17 @@
|
|||
return {
|
||||
-- "folke/snacks.nvim",
|
||||
"folke/snacks.nvim",
|
||||
-- priority = 1000,
|
||||
-- opts = {
|
||||
opts = {
|
||||
zen = {
|
||||
Snacks.toggle.zen,
|
||||
toggles = {
|
||||
dim = false,
|
||||
git_signs = false,
|
||||
mini_diff_signs = false,
|
||||
diagnostics = false,
|
||||
inlay_hints = true,
|
||||
},
|
||||
},
|
||||
-- bigfile = {
|
||||
-- notify = true,
|
||||
-- size = 1.5 * 1024 * 1024, -- 1.5MB
|
||||
|
@ -20,5 +30,5 @@ return {
|
|||
-- end)
|
||||
-- end,
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue