15 lines
396 B
Lua
15 lines
396 B
Lua
return {
|
|
'nvim-lualine/lualine.nvim',
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
opts = {
|
|
options = {
|
|
component_separators = { left = '', right = '' },
|
|
section_separators = { left = '', right = '' },
|
|
disabled_filetypes = {
|
|
'NvimTree',
|
|
'qf',
|
|
'trouble',
|
|
},
|
|
}
|
|
}
|
|
}
|