Setup gitsigns nvim
This commit is contained in:
parent
4add29c335
commit
4ef7e46e6f
1 changed files with 7 additions and 5 deletions
|
|
@ -3,5 +3,7 @@ return {
|
||||||
opt = {
|
opt = {
|
||||||
current_line_blame = false,
|
current_line_blame = false,
|
||||||
},
|
},
|
||||||
-- TODO: Update
|
config = function()
|
||||||
|
require("gitsigns").setup()
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue