summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/statusline.lua
diff options
context:
space:
mode:
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 = ""}),