Fix to accomodate Feline API change
This commit is contained in:
parent
e4502a30c5
commit
57f428f4ad
|
@ -28,8 +28,8 @@ require('feline').setup({
|
|||
base0F = base16_colors.base0F,
|
||||
},
|
||||
components = {
|
||||
left = {
|
||||
active = {
|
||||
{
|
||||
{
|
||||
provider = function() return string.format(' %d ', vim.fn.line('$')) end,
|
||||
-- If you can, make it depend on the actual bar size
|
||||
|
@ -95,10 +95,8 @@ require('feline').setup({
|
|||
provider='',
|
||||
hl = { bg = 'base01', fg = 'base02' },
|
||||
},
|
||||
}
|
||||
},
|
||||
right = {
|
||||
active = {
|
||||
{
|
||||
{
|
||||
provider='',
|
||||
hl = { bg = 'base03', fg = 'base01', },
|
||||
|
|
Loading…
Reference in a new issue