mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update config
This commit is contained in:
parent
97de102c92
commit
d7876dd21b
5 changed files with 26 additions and 25 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue