diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-17 23:48:39 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-17 23:48:39 +0200 |
| commit | 16eeb0e4194d2dc0b13197e1dffb7afd06241c8c (patch) | |
| tree | 29b5ab7610a913f1872ed9ce51e06112a9e6e57b /lua | |
| parent | 54bebc5e7efda92e636e25c77114b192d7c90546 (diff) | |
| download | dotfiles-16eeb0e4194d2dc0b13197e1dffb7afd06241c8c.tar.gz dotfiles-16eeb0e4194d2dc0b13197e1dffb7afd06241c8c.zip | |
Add dashboard to 'local SpecialStatusline'
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/heirline.lua | 5 |
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() |
