diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:03:50 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:03:50 +0100 |
| commit | eefdbbbfc9c5ada166e9b6fe8257ce8221f66718 (patch) | |
| tree | 03410e563e202b71f06a8cf5d3ef98e8a18ff12a /lua/user/lualine.lua | |
| parent | e47445be8dc76ca0672871f7320e19d0d7f45f00 (diff) | |
| parent | 625cbc47271842540a0bee111b2a83ef65883de4 (diff) | |
Merge branch '20-alpha' into vgg
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 = { |
