From 0fff5154e69feb5bbb0e634e654eb65feee9c5cf Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 17 Sep 2024 16:23:43 -0700 Subject: [PATCH] style: reorder lualine again --- config/plugins/qol.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/plugins/qol.nix b/config/plugins/qol.nix index 7fafaea..49dd249 100644 --- a/config/plugins/qol.nix +++ b/config/plugins/qol.nix @@ -31,8 +31,15 @@ sections = { lualine_a = [ "branch" ]; lualine_b = [ - "diff" - "diagnostics" + { + __unkeyed-1 = { + __raw = '' + function() + return require('lsp-progress').progress() + end, + ''; + }; + } ]; lualine_c = [ "progress" @@ -43,15 +50,8 @@ "fileformat" ]; lualine_y = [ - { - __unkeyed-1 = { - __raw = '' - function() - return require('lsp-progress').progress() - end, - ''; - }; - } + "diff" + "diagnostics" ]; lualine_z = [ "location" ]; };