made some changes
This commit is contained in:
@@ -1,38 +1,43 @@
|
||||
return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
component_separators = { left = '', right = ''},
|
||||
section_separators = { left = '', right = ''},
|
||||
disabled_filetypes = {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = {},
|
||||
always_divide_middle = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
statusline = 1000,
|
||||
tabline = 1000,
|
||||
winbar = 1000,
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {{'mode', separator = {left = '', right = ''}, padding = 0}},
|
||||
lualine_b = {'branch'},
|
||||
lualine_c = {'diagnostics'},
|
||||
lualine_x = {},
|
||||
lualine_y = {'filetype'},
|
||||
lualine_z = {{'filename', separator = {left = '', right = ''}, padding = 0}}
|
||||
},
|
||||
tabline = {},
|
||||
winbar = {},
|
||||
inactive_winbar = {},
|
||||
extensions = {}
|
||||
}
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
section_separators = { left = '', right = '' },
|
||||
disabled_filetypes = {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = {},
|
||||
always_divide_middle = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
statusline = 5000,
|
||||
tabline = 5000,
|
||||
winbar = 5000,
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { { 'mode', separator = { left = '', right = '' }, padding = 0 } },
|
||||
lualine_b = { 'branch' },
|
||||
lualine_c = { 'diagnostics' },
|
||||
lualine_x = {},
|
||||
lualine_y = { 'filetype' },
|
||||
lualine_z = {{
|
||||
'filename',
|
||||
path = 3,
|
||||
separator = { left = '', right = '' },
|
||||
padding = 0,
|
||||
shorting_target = 48
|
||||
}}
|
||||
},
|
||||
tabline = {},
|
||||
winbar = {},
|
||||
inactive_winbar = {},
|
||||
extensions = {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user