From 09fd4d640d9c8a58bc3cf5fc2ef327afdb8a0b7a Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 24 Aug 2021 16:11:23 -0700 Subject: [PATCH] Move location to different lualine section --- neovim/lua/plugins.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index e0f466f..fd3dbf4 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -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" }, }, }