From 8c8f05f61efb19fb88a435a41e2896a22ffa7f53 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 1 Sep 2025 21:02:09 -0400 Subject: neovim: separated winbar and added components --- pkgs/custom-neovim/config/lua/statusline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/custom-neovim/config/lua/statusline.lua') diff --git a/pkgs/custom-neovim/config/lua/statusline.lua b/pkgs/custom-neovim/config/lua/statusline.lua index f5fb20f..1c1bc31 100644 --- a/pkgs/custom-neovim/config/lua/statusline.lua +++ b/pkgs/custom-neovim/config/lua/statusline.lua @@ -258,12 +258,12 @@ local statusline = function () return { components.mode({before = " "}), components.git_branch(), - components.git_status(), + -- components.git_status(), components.cwd(), "%=", - components.diagnostics(), + -- components.diagnostics(), components.tab_counter(), components.location({after = vim.g.neovide and " " or ""}), components.progress({after = ""}), -- cgit v1.2.3