Update home/modules/nvim/config/lua/plugins/lualine.lua
This commit is contained in:
parent
49a5cd23d5
commit
8d529b9b04
1 changed files with 9 additions and 1 deletions
|
|
@ -7,10 +7,18 @@ return {
|
||||||
component_separators = { left = "|", right = "|" },
|
component_separators = { left = "|", right = "|" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
|
winbar = {
|
||||||
|
lualine_a = {},
|
||||||
|
lualine_b = {},
|
||||||
|
lualine_c = {},
|
||||||
|
lualine_x = { { "filename", path = 3, color = { fg = "darkgray", gui = "italic" } } },
|
||||||
|
lualine_y = {},
|
||||||
|
lualine_z = { "branch" },
|
||||||
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
lualine_b = {},
|
lualine_b = {},
|
||||||
lualine_c = { "branch", "diff", "diagnostics" },
|
lualine_c = { "diff", "diagnostics" },
|
||||||
lualine_x = { "filetype", "encoding" },
|
lualine_x = { "filetype", "encoding" },
|
||||||
lualine_y = {},
|
lualine_y = {},
|
||||||
lualine_z = { "location" },
|
lualine_z = { "location" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue