-- English comments only. local ok, gitsigns = pcall(require, "gitsigns") if not ok then return end gitsigns.setup({ signcolumn = true, current_line_blame = true, current_line_blame_opts = { delay = 500 }, })