From 3803fff75846089f5c4aac70bbed7b58c77561e3 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Wed, 21 Sep 2022 21:18:44 -0400 Subject: fix: lualine slightly better --- lua/lvim/core/lualine/styles.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/lvim') diff --git a/lua/lvim/core/lualine/styles.lua b/lua/lvim/core/lualine/styles.lua index 57bd7260..0d759c95 100644 --- a/lua/lvim/core/lualine/styles.lua +++ b/lua/lvim/core/lualine/styles.lua @@ -75,7 +75,7 @@ styles.lvim = { icons_enabled = lvim.use_icons, component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, - disabled_filetypes = { "alpha", "NvimTree", "Outline" }, + disabled_filetypes = { "alpha" }, }, sections = { lualine_a = { @@ -122,7 +122,7 @@ styles.lvim = { }, }, tabline = {}, - extensions = { "nvim-tree" }, + extensions = {}, } function M.get_style(style) -- cgit v1.2.3