chore: ignore more in nvim
parent
fa249ef077
commit
9c4e99546b
|
@ -130,6 +130,9 @@ require("packer").startup(function()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
filters = {
|
||||||
|
custom = { "^\\.git", "^\\.DS_Store" },
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue