updated dep readme and git
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
return {
|
||||
{
|
||||
"lewis6991/gitsigns.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("gitsigns").setup {
|
||||
signcolumn = true,
|
||||
numhl = true,
|
||||
linehl = true,
|
||||
word_diff = true,
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
event = "VeryLazy",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user