From 5e902d667bd91957528e27fc113cc064bb5bb71a Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 16 Jun 2024 23:53:33 +0200 Subject: [PATCH] some lualine fixes --- lua/plugins/lualine.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 460d5bc..714cb7a 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -5,9 +5,10 @@ return { 'Isrothy/lualine-diagnostic-message', }, config = function() + vim.opt.laststatus = 3 require('lualine').setup({ options = { - theme = 'bamboo', + theme = 'auto', disabled_filetypes = { statusline = {}, winbar = { 'dap-repl', 'dapui_console' }, @@ -15,7 +16,7 @@ return { section_separators = { left = '', right = '' }, }, globalstatus = true, - extensions = { 'aerial', 'oil', 'toggleterm' }, + extensions = { 'oil', 'toggleterm' }, sections = { lualine_b = { 'branch', @@ -52,6 +53,7 @@ return { path = 0, file_status = true, separator = { left = '', right = '' }, + color = { fg = '#000000', bg = '#ff9966', gui='bold' }, }, }, lualine_b = { @@ -80,6 +82,7 @@ return { path = 0, file_status = true, separator = { left = '', right = '' }, + color = { fg = '#000000', bg = '#8fb573' }, }, }, lualine_b = {