Add battery.nvim plugin

This commit is contained in:
Salar Rahmanian 2022-08-21 11:53:55 -07:00
parent c07ed6c150
commit f55bf1e412
2 changed files with 23 additions and 0 deletions

View file

@ -174,9 +174,20 @@ gls.right[3] = {
gls.right[4] = {
ScrollBar = {
provider = 'ScrollBar',
separator_highlight = { colors.purple, colors.bg },
highlight = { colors.yellow, colors.purple },
},
}
gls.right[5] = {
BatteryNvim = {
provider = function()
return require 'battery'.get_status_line()
end,
separator = '',
separator_highlight = { colors.bg, colors.purple },
highlight = { colors.grey, colors.purple },
},
}
gls.short_line_left[1] = {
BufferType = {