mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
updates lvim
This commit is contained in:
parent
9a2073131e
commit
f9aa6af875
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ lvim.builtin.lualine.sections = {
|
|||
lualine_a = { { "mode", separator = { left = "" }, right_padding = 2 } },
|
||||
lualine_b = { "filename", "branch", { "diff", colored = false } },
|
||||
lualine_c = {},
|
||||
lualine_x = { components.lsp },
|
||||
lualine_x = { components.diagnostics, components.lsp },
|
||||
lualine_y = { "filetype", "progress" },
|
||||
lualine_z = { { "location", separator = { right = "" }, left_padding = 2 } },
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue