more config for lualine

This commit is contained in:
jannawro 2023-11-14 09:40:57 +01:00
parent 6db56a25d8
commit 4af32f2f7f
1 changed files with 5 additions and 1 deletions

View File

@ -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 = {