update config

This commit is contained in:
asep komarudin 2023-02-15 06:38:29 +07:00
parent 97de102c92
commit d7876dd21b
5 changed files with 26 additions and 25 deletions

View file

@ -307,7 +307,7 @@ return {
"lewis6991/gitsigns.nvim",
enabled = vim.fn.executable("git") == 1,
ft = "gitcommit",
event = "VeryLazy",
event = "BufRead",
config = function()
require("user.gitsigns")
end,