This commit is contained in:
Iwaniuk Krzysztof 2024-07-01 02:15:36 +02:00
parent 224e945e9c
commit 114a1d8d13
3 changed files with 35 additions and 0 deletions

7
lua/plugins/git-dev.lua Normal file
View file

@ -0,0 +1,7 @@
return {
{
'moyiz/git-dev.nvim',
cmd = { 'GitDevOpen', 'GitDevCleanAll' },
opts = {},
},
}