first commit

This commit is contained in:
2026-01-03 18:17:24 +11:00
commit e0046ccf1a
15 changed files with 650 additions and 0 deletions

22
lua/plugins/snacks.lua Normal file
View File

@@ -0,0 +1,22 @@
return {
"folke/snacks.nvim",
priority = 1000,
lazy = false,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
bigfile = { enabled = true },
dashboard = { enabled = true },
explorer = { enabled = true },
indent = { enabled = true },
input = { enabled = true },
picker = { enabled = true, hidden = true, ignored = true },
notifier = { enabled = true },
quickfile = { enabled = true },
scope = { enabled = true },
scroll = { enabled = true },
statuscolumn = { enabled = true },
words = { enabled = true },
},
}