feat(plugins): add ft ignore for nvim-tree
This commit is contained in:
parent
adf429b3c1
commit
f6139b8ac2
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ local args = {
|
|||
diagnostics = {
|
||||
enable = true,
|
||||
},
|
||||
ignore_ft_on_setup = {
|
||||
'startify',
|
||||
'dashboard',
|
||||
'alpha',
|
||||
},
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue