more config for lualine
This commit is contained in:
parent
c2fd11bd66
commit
a79e27a743
2
init.lua
2
init.lua
|
@ -178,6 +178,8 @@ require('lazy').setup({
|
||||||
theme = 'catppuccin',
|
theme = 'catppuccin',
|
||||||
component_separators = '|',
|
component_separators = '|',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
|
globalstatus = true,
|
||||||
|
ignore_focues = { 'neo-tree', 'neo-tree-popup' }
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { 'mode' },
|
lualine_a = { 'mode' },
|
||||||
|
|
Loading…
Reference in New Issue