mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-16 15:09:50 +00:00
14
nvim.bak/lua/plugins/lualine.lua
Normal file
14
nvim.bak/lua/plugins/lualine.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
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,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user