diff options
| author | jdhao <jdhao@hotmail.com> | 2023-07-20 23:00:06 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-07-20 23:00:06 +0200 |
| commit | bb27d93433339727016880b3275992217afcfdaa (patch) | |
| tree | 9e74d942fbe473cd9ce7c343de7fb2fc382e233c /lua | |
| parent | 9d9c3ef32fd12ea19fccf50c973394ab6ab452d3 (diff) | |
fix: move location indication to the right of statusline
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/statusline.lua | 6 |
1 files 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, |
