disable nvimtree and outline for lualine

This commit is contained in:
Christian Chiarulli 2021-08-26 22:40:24 -04:00
parent 27679f988f
commit 7aa079d74a

View file

@ -8,7 +8,7 @@ M.config = function()
component_separators = nil,
section_separators = nil,
theme = nil,
disabled_filetypes = nil,
disabled_filetypes = {'NvimTree', 'Outline'}
},
sections = {
lualine_a = nil,