feat: lualine rectangular shape
This commit is contained in:
@@ -52,8 +52,8 @@ return {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = lualine_theme(),
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
disabled_filetypes = {
|
||||
statusline = { "packer" },
|
||||
winbar = {},
|
||||
@@ -71,7 +71,7 @@ return {
|
||||
lualine_a = { "mode" },
|
||||
lualine_b = { "branch", "diff", "diagnostics" },
|
||||
lualine_c = { "filename" },
|
||||
lualine_x = { "encoding", "fileformat", "filetype" },
|
||||
lualine_x = { "fileformat", "filetype" },
|
||||
lualine_y = { "progress" },
|
||||
lualine_z = { "location" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user