more config for lualine
This commit is contained in:
parent
6db56a25d8
commit
4af32f2f7f
6
init.lua
6
init.lua
|
@ -178,7 +178,11 @@ require('lazy').setup({
|
||||||
theme = 'catppuccin',
|
theme = 'catppuccin',
|
||||||
component_separators = '|',
|
component_separators = '|',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
ignore_focus = { 'neo-tree', 'neo-tree-popup' },
|
disabled_filetypes = {
|
||||||
|
statusline = { 'neo-tee', 'neo-tree-popup' },
|
||||||
|
winbar = { 'neo-tee', 'neo-tree-popup' },
|
||||||
|
},
|
||||||
|
ignore_focus = { 'neo-tee', 'neo-tree-popup' },
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
|
|
Loading…
Reference in New Issue