mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update config lualine
This commit is contained in:
parent
f62b7c6227
commit
41acbb2679
1 changed files with 2 additions and 2 deletions
|
@ -268,8 +268,8 @@ return {
|
|||
mode,
|
||||
},
|
||||
lualine_b = { get_branch },
|
||||
lualine_c = { lsp_info, diagnostics, lsp_progress },
|
||||
lualine_x = { treesitter, diff, spaces, "filetype" },
|
||||
lualine_c = { diff, lsp_info, lsp_progress },
|
||||
lualine_x = { treesitter, diagnostics, spaces, "filetype" },
|
||||
lualine_y = { "progress" },
|
||||
lualine_z = {
|
||||
{ "location", separator = { right = " " }, padding = 1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue