mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-06 13:57:37 +00:00
Move location to different lualine section
This commit is contained in:
parent
74675dcba2
commit
09fd4d640d
@ -125,10 +125,9 @@ function config_lualine(theme_name)
|
||||
lualine_b = { "branch", "diff" },
|
||||
lualine_c = { "filename" },
|
||||
lualine_x = { "encoding", "fileformat", "filetype" },
|
||||
lualine_y = { "progress" },
|
||||
lualine_y = { "progress", "location" },
|
||||
lualine_z = {
|
||||
{ "diagnostics", sources = { "nvim_lsp" } },
|
||||
"location"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user