Skip to content

Commit

Permalink
feat(nvim): Add git-dev.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 14, 2024
1 parent 39d5c3e commit e9fea71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvim/lua/my/configure/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@ return {
end,
},
},
{
'moyiz/dit-dev.nvim',
cmd = { 'GitDevOpen', 'GitDevCleanAll' },
opts = {},
},
}

0 comments on commit e9fea71

Please sign in to comment.