add gitsigns plugins

This commit is contained in:
2026-06-07 22:29:45 +02:00
parent 4bdeabb350
commit 112312bbc5
6 changed files with 131 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ end
local function treesitter_status()
local ok, parser = pcall(vim.treesitter.get_parser, 0)
if not ok or not parser then
return ""
return ""
else
return "T"
end