add gitsigns plugins
This commit is contained in:
@@ -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 "T̅"
|
||||
else
|
||||
return "T"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user