From 61c79ea8000a4c6054b7a527627b2b8f07b48f0b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 24 Sep 2023 09:42:24 +0200 Subject: [PATCH] Enable all filetypes --- lua/plugins/lualine.lua | 1 - 1 file changed, 1 deletion(-) 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, },