v1.5
This commit is contained in:
parent
0cbe91d02e
commit
3b7eee30c6
7 changed files with 213 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ return {
|
|||
--
|
||||
section_separators = { left = '', right = '' },
|
||||
component_separators = { left = '', right = '' },
|
||||
disabled_filetypes = { 'neo-tree' },
|
||||
disabled_filetypes = { 'neo-tree', 'nvim-tree' },
|
||||
always_divide_middle = true,
|
||||
},
|
||||
sections = {
|
||||
|
|
@ -66,7 +66,7 @@ return {
|
|||
lualine_z = {},
|
||||
},
|
||||
tabline = {},
|
||||
extensions = { 'lazy', 'toggleterm', 'mason', 'neo-tree', 'trouble' },
|
||||
extensions = { 'lazy', 'toggleterm', 'mason', 'trouble' },
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue