Skip to content

Lua functions wrapping Git that I don't want to write twice

License

Notifications You must be signed in to change notification settings

skeletony007/git-help.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-help.nvim

All the lua functions wrapping Git that I don't want to write twice.

Instalation

Using lazy.nvim

return {
    "skeletony007/git-help.nvim",

    dependencies = {
        "nvim-lua/plenary.nvim",
    },

    config = true,
}

Motivation

About

Lua functions wrapping Git that I don't want to write twice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages