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,24 +1,34 @@
|
||||||
return {
|
return {
|
||||||
-- "folke/snacks.nvim",
|
"folke/snacks.nvim",
|
||||||
-- priority = 1000,
|
-- priority = 1000,
|
||||||
-- opts = {
|
opts = {
|
||||||
-- bigfile = {
|
zen = {
|
||||||
-- notify = true,
|
Snacks.toggle.zen,
|
||||||
-- size = 1.5 * 1024 * 1024, -- 1.5MB
|
toggles = {
|
||||||
-- ---@param ctx {buf: number, ft:string}
|
dim = false,
|
||||||
-- setup = function(ctx)
|
git_signs = false,
|
||||||
-- vim.b.minianimate_disable = true
|
mini_diff_signs = false,
|
||||||
-- vim.cmd("set conceallevel=0")
|
diagnostics = false,
|
||||||
-- vim.cmd("TSBufDisable highlight")
|
inlay_hints = true,
|
||||||
-- vim.opt_local.foldenable = false
|
},
|
||||||
-- vim.cmd("NoMatchParen")
|
},
|
||||||
-- vim.opt_local.cursorline = false
|
-- bigfile = {
|
||||||
-- vim.opt_local.signcolumn = "no"
|
-- notify = true,
|
||||||
-- vim.opt_local.spell = false
|
-- size = 1.5 * 1024 * 1024, -- 1.5MB
|
||||||
-- vim.schedule(function()
|
-- ---@param ctx {buf: number, ft:string}
|
||||||
-- vim.bo[ctx.buf].syntax = ctx.ft
|
-- setup = function(ctx)
|
||||||
-- end)
|
-- vim.b.minianimate_disable = true
|
||||||
-- end,
|
-- vim.cmd("set conceallevel=0")
|
||||||
-- },
|
-- vim.cmd("TSBufDisable highlight")
|
||||||
-- },
|
-- vim.opt_local.foldenable = false
|
||||||
|
-- vim.cmd("NoMatchParen")
|
||||||
|
-- vim.opt_local.cursorline = false
|
||||||
|
-- vim.opt_local.signcolumn = "no"
|
||||||
|
-- vim.opt_local.spell = false
|
||||||
|
-- vim.schedule(function()
|
||||||
|
-- vim.bo[ctx.buf].syntax = ctx.ft
|
||||||
|
-- end)
|
||||||
|
-- end,
|
||||||
|
-- },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue