Exclude .git and node_modules
This commit is contained in:
parent
1bcf68ac25
commit
2c8f9d2ed8
|
@ -33,7 +33,10 @@ return {
|
|||
end
|
||||
api.tree.focus()
|
||||
end, opts('Open: New Tab (unfocused)'))
|
||||
end
|
||||
end,
|
||||
filters = {
|
||||
custom = { "^\\.git", "^\\node_modules" }
|
||||
}
|
||||
})
|
||||
|
||||
local api = require('nvim-tree.api')
|
||||
|
|
Loading…
Reference in New Issue