ignore filetypes + plugin updates

This commit is contained in:
GlaDOS 2024-06-30 22:19:16 +02:00
parent 5b3938c5f9
commit 32b147aff2
2 changed files with 34 additions and 27 deletions

View file

@ -4,6 +4,13 @@ return {
opts = {
indent = {
char = ""
},
exclude = {
filetypes = {
"markdown",
"mason.nvim",
"dashboard"
}
}
}
}