From 623e2372a0f7ff062d93a88ccdd5941554155720 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 20 Feb 2026 10:05:28 +0100 Subject: [PATCH] fixes statusline --- modules/nixvim/statusline.nix | 54 +++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/modules/nixvim/statusline.nix b/modules/nixvim/statusline.nix index b430787..2abef71 100644 --- a/modules/nixvim/statusline.nix +++ b/modules/nixvim/statusline.nix @@ -26,34 +26,34 @@ }; } ]; + lualine_b = [ + { + __unkeyed-1 = "filename"; + file_status = true; + newfile_status = false; + path = 1; + shorting_target = 120; + symbols = { + modified = "[+]"; + readonly = "[-]"; + unnamed = "[No Name]"; + newfile = "[New]"; + }; + } + "encoding" + ]; + lualine_c = [ ]; + lualine_x = [ ]; + lualine_y = [ + "branch" + "diff" + "diagnostics" + ]; + lualine_z = [ + "location" + "progress" + ]; }; - lualine_b = [ - { - __unkeyed-1 = "filename"; - file_status = true; - newfile_status = false; - path = 1; - shorting_target = 120; - symbols = { - modified = "[+]"; - readonly = "[-]"; - unnamed = "[No Name]"; - newfile = "[New]"; - }; - } - "encoding" - ]; - lualine_c = [ ]; - lualine_x = [ ]; - lualine_y = [ - "branch" - "diff" - "diagnostics" - ]; - lualine_z = [ - "location" - "progress" - ]; }; # Sets up my custom colorscheme