diff options
author | Christian Chiarulli <[email protected]> | 2021-08-26 22:54:15 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2021-08-26 22:54:15 -0400 |
commit | a0fd11ea0875e663b396dcdbce446072bcc1005e (patch) | |
tree | 4c536af48c62775109d947fb0bdc09f8201000b3 /lua/core/lualine/styles.lua | |
parent | 7aa079d74a11f53f90e3b30371f530e85eb63b93 (diff) |
use styles.lua rather instead of editing options directly
Diffstat (limited to 'lua/core/lualine/styles.lua')
-rw-r--r-- | lua/core/lualine/styles.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/lualine/styles.lua b/lua/core/lualine/styles.lua index 84e8123d..3595e5e3 100644 --- a/lua/core/lualine/styles.lua +++ b/lua/core/lualine/styles.lua @@ -69,7 +69,7 @@ styles.lvim = { icons_enabled = true, component_separators = "", section_separators = "", - disabled_filetypes = { "dashboard" }, + disabled_filetypes = { "dashboard", "NvimTree", "Outline" }, }, sections = { lualine_a = { |