383 current 2024-04-17 17:02:49 24.05.20240416.5672bc9 6.8.4-zen1 *
This commit is contained in:
parent
dccc4b74c6
commit
3d800f9621
2 changed files with 15 additions and 14 deletions
|
|
@ -17,6 +17,7 @@ return {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
style = "nvchad",
|
style = "nvchad",
|
||||||
},
|
},
|
||||||
|
which_key = true,
|
||||||
native_lsp = {
|
native_lsp = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
virtual_text = {
|
virtual_text = {
|
||||||
|
|
|
||||||
|
|
@ -14,18 +14,18 @@ return {
|
||||||
|
|
||||||
require("lualine").setup(opts)
|
require("lualine").setup(opts)
|
||||||
end,
|
end,
|
||||||
opts = {
|
-- opts = {
|
||||||
options = {
|
-- options = {
|
||||||
component_separators = { left = "", right = "" },
|
-- component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
-- section_separators = { left = "", right = "" },
|
||||||
},
|
-- },
|
||||||
sections = {
|
-- sections = {
|
||||||
lualine_a = { sources.mode },
|
-- lualine_a = { sources.mode },
|
||||||
lualine_b = { sources.branch, sources.diff },
|
-- lualine_b = { sources.branch, sources.diff },
|
||||||
lualine_c = { sources.filetype, sources.macro },
|
-- lualine_c = { sources.filetype, sources.macro },
|
||||||
lualine_x = { sources.lsp, sources.diagnostics },
|
-- lualine_x = { sources.lsp, sources.diagnostics },
|
||||||
lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
-- lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
||||||
lualine_z = { sources.progress, sources.location },
|
-- lualine_z = { sources.progress, sources.location },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue