feat(plugins): add ft ignore for nvim-tree

This commit is contained in:
Matt Leong 2021-12-20 15:09:49 -08:00
parent adf429b3c1
commit f6139b8ac2

View file

@ -30,6 +30,11 @@ local args = {
diagnostics = {
enable = true,
},
ignore_ft_on_setup = {
'startify',
'dashboard',
'alpha',
},
update_focused_file = {
enable = true,
},