ignore filetypes + plugin updates
This commit is contained in:
parent
5b3938c5f9
commit
32b147aff2
2 changed files with 34 additions and 27 deletions
|
@ -4,6 +4,13 @@ return {
|
|||
opts = {
|
||||
indent = {
|
||||
char = "│"
|
||||
},
|
||||
exclude = {
|
||||
filetypes = {
|
||||
"markdown",
|
||||
"mason.nvim",
|
||||
"dashboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue