1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix: move location indication to the right of statusline

This commit is contained in:
jdhao 2023-07-20 23:00:06 +02:00
parent 9d9c3ef32f
commit bb27d93433

View File

@ -127,7 +127,6 @@ require("lualine").setup {
spell,
color = { fg = "black", bg = "#a7c080" },
},
"location",
{
"diagnostics",
sources = { "nvim_diagnostic" },
@ -145,7 +144,10 @@ require("lualine").setup {
},
"filetype",
},
lualine_y = { "progress" },
lualine_y = {
"location",
"progress",
},
lualine_z = {
{
trailing_space,