config
This commit is contained in:
parent
518bd0673a
commit
a1b85cc561
1 changed files with 1 additions and 4 deletions
|
|
@ -3,8 +3,6 @@ vim.pack.add({ "https://github.com/folke/snacks.nvim" })
|
|||
local Snacks = require("snacks")
|
||||
|
||||
local exclude = {
|
||||
-- "**/home/**",
|
||||
-- "**/media/**",
|
||||
"**/.git/*",
|
||||
"**/.next/*",
|
||||
"**/.cursor/*",
|
||||
|
|
@ -34,8 +32,6 @@ local exclude = {
|
|||
"**/claude/history.jsonl",
|
||||
}
|
||||
|
||||
local files = { ignored = true, hidden = true, exclude = exclude }
|
||||
|
||||
Snacks.setup({
|
||||
bigfile = { enabled = true },
|
||||
indent = { enabled = true },
|
||||
|
|
@ -52,6 +48,7 @@ Snacks.setup({
|
|||
sources = {
|
||||
select = { layout = { fullscreen = false } },
|
||||
files = {
|
||||
cmd = "fd",
|
||||
ignored = true,
|
||||
hidden = true,
|
||||
exclude = exclude,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue