minor nvim config change

This commit is contained in:
2024-11-06 15:32:50 -05:00
parent 8dd1b1012a
commit f44ec099d4
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ return {
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
disabled_filetypes = {
statusline = {},
statusline = { "alpha", "dashboard" },
winbar = {},
},
ignore_focus = { "NvimTree" },