diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 19:00:29 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-18 02:15:50 -0500 |
| commit | 6e30af8ab70ecf4d9e7d33c46cfb849368e118e2 (patch) | |
| tree | b6e3e789b166777161703cbb0fa8ef62b4345b38 /lua/user/lualine.lua | |
| parent | a7e69ddee3fd8e2a0b9b15ff463e236a8158edff (diff) | |
add autocommands
add autocommands
fix
fix
s
fix close
Diffstat (limited to 'lua/user/lualine.lua')
| -rw-r--r-- | lua/user/lualine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index 50484cb..3318ecd 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -68,7 +68,7 @@ lualine.setup({ theme = "auto", component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, - disabled_filetypes = { "dashboard", "NvimTree", "Outline" }, + disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline" }, always_divide_middle = true, }, sections = { |
