From bb27d93433339727016880b3275992217afcfdaa Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 20 Jul 2023 23:00:06 +0200 Subject: [PATCH] fix: move location indication to the right of statusline --- lua/config/statusline.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/config/statusline.lua b/lua/config/statusline.lua index c53561a..2babb50 100644 --- a/lua/config/statusline.lua +++ b/lua/config/statusline.lua @@ -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,