some lualine fixes
This commit is contained in:
parent
92001c6537
commit
5e902d667b
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user