Move location to different lualine section

This commit is contained in:
ViViDboarder 2021-08-24 16:11:23 -07:00
parent 74675dcba2
commit 09fd4d640d
1 changed files with 1 additions and 2 deletions

View File

@ -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"
},
},
}