diff --git a/config/automatrop/roles/vim/templates/plugins/feline.j2 b/config/automatrop/roles/vim/templates/plugins/feline.j2 index 33c3dc8..58799e8 100644 --- a/config/automatrop/roles/vim/templates/plugins/feline.j2 +++ b/config/automatrop/roles/vim/templates/plugins/feline.j2 @@ -28,8 +28,8 @@ require('feline').setup({ base0F = base16_colors.base0F, }, components = { - left = { - active = { + 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', },