aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-02-17 23:48:39 +0200
committersrdusr <trevorgray@srdusr.com>2023-02-17 23:48:39 +0200
commit16eeb0e4194d2dc0b13197e1dffb7afd06241c8c (patch)
tree29b5ab7610a913f1872ed9ce51e06112a9e6e57b /lua
parent54bebc5e7efda92e636e25c77114b192d7c90546 (diff)
downloaddotfiles-16eeb0e4194d2dc0b13197e1dffb7afd06241c8c.tar.gz
dotfiles-16eeb0e4194d2dc0b13197e1dffb7afd06241c8c.zip
Add dashboard to 'local SpecialStatusline'
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/heirline.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua
index 47ffe18..6c05e28 100644
--- a/lua/plugins/heirline.lua
+++ b/lua/plugins/heirline.lua
@@ -792,7 +792,7 @@ local SpecialStatusline = {
condition = function()
return conditions.buffer_matches({
buftype = { "nofile", "prompt", "help", "quickfix" },
- filetype = { "^git.*", "fugitive" },
+ filetype = { "^git.*", "fugitive", "dashboard", },
})
end,
@@ -801,7 +801,6 @@ local SpecialStatusline = {
--Align,
{ ViMode, hl = { fg = utils.get_highlight("statusline").bg, force = true } },
{ LeftSpace, hl = { bg = utils.get_highlight("statusline").bg, force = true } },
- { FileType, hl = { bg = utils.get_highlight("statusline").bg, force = true } },
{ Space, hl = { bg = utils.get_highlight("statusline").bg, force = true } },
{ Align, hl = { bg = utils.get_highlight("statusline").bg, force = true } },
{ RightSpace, hl = { fg = utils.get_highlight("statusline").bg, force = true } },
@@ -979,7 +978,7 @@ local Center = {
condition = function()
return conditions.buffer_matches({
buftype = { "nofile", "prompt", "help", "quickfix" },
- filetype = { "^git.*", "fugitive" },
+ filetype = { "^git.*", "fugitive", "dashboard", },
})
end,
init = function()