386 current 2024-04-17 17:06:34 24.05.20240416.5672bc9 6.8.4-zen1 *
This commit is contained in:
parent
6dd9e163ac
commit
4acdf73cf8
1 changed files with 11 additions and 11 deletions
|
|
@ -15,17 +15,17 @@ return {
|
|||
require("lualine").setup(opts)
|
||||
end,
|
||||
opts = {
|
||||
-- options = {
|
||||
-- component_separators = { left = "", right = "" },
|
||||
-- section_separators = { left = "", right = "" },
|
||||
-- },
|
||||
sections = {
|
||||
lualine_a = { sources.mode },
|
||||
lualine_b = { sources.branch, sources.diff },
|
||||
lualine_c = { sources.filetype, sources.macro },
|
||||
lualine_x = { sources.lsp, sources.diagnostics },
|
||||
lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
||||
lualine_z = { sources.progress, sources.location },
|
||||
options = {
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
},
|
||||
-- sections = {
|
||||
-- lualine_a = { sources.mode },
|
||||
-- lualine_b = { sources.branch, sources.diff },
|
||||
-- lualine_c = { sources.filetype, sources.macro },
|
||||
-- lualine_x = { sources.lsp, sources.diagnostics },
|
||||
-- lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
||||
-- lualine_z = { sources.progress, sources.location },
|
||||
-- },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue