update wildcard ignore

This commit is contained in:
xfy
2025-01-08 13:15:32 +08:00
parent f6422e9bfa
commit bca1434a4b

View File

@ -25,6 +25,7 @@ opt.foldexpr = "nvim_treesitter#foldexpr()"
opt.foldlevel = 20
opt.ignorecase = true
opt.wildignore:append({ "*/node_modules/*" })
opt.wildignore:append("*/node_modules/*")
-- opt.clipboard:append({ "unnamedplus" })
-- opt.iskeyword:append("-")
opt.termguicolors = true -- True color support