mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
update wildcard ignore
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user