summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/statusline.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-01 21:02:09 -0400
committertriethyl <triethylammonium@pm.me>2025-09-01 21:02:09 -0400
commit8c8f05f61efb19fb88a435a41e2896a22ffa7f53 (patch)
treed7f863dc0292ea8739eb7d003d28000e7fb63a79 /pkgs/custom-neovim/config/lua/statusline.lua
parentd9657564be969b55c6b9c769087348a9742188f5 (diff)
neovim: separated winbar and added components
Diffstat (limited to 'pkgs/custom-neovim/config/lua/statusline.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/statusline.lua4
1 files changed, 2 insertions, 2 deletions
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 = ""}),