diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 88c1184..cbdd968 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -22,7 +22,6 @@ require("lualine").setup({ theme = "auto", component_separators = { left = "", right = "", }, section_separators = { left = "", right = "", }, - disabled_filetypes = { "NvimTree", "fugitive", }, always_divide_middle = true, globalstatus = true, },