mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
15 lines
369 B
Lua
15 lines
369 B
Lua
return {
|
|
'hoob3rt/lualine.nvim',
|
|
event = 'VeryLazy',
|
|
dependencies = { 'nvim-tree/nvim-web-devicons', opt = true },
|
|
opts = {
|
|
options = {
|
|
disabled_filetypes = { 'NvimTree' },
|
|
theme = 'auto',
|
|
section_separators = '',
|
|
component_separators = '',
|
|
-- globalstatus = true,
|
|
},
|
|
},
|
|
}
|