Skip to content

diaakasem/nvim-git-modified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Modified [WIP]

NOTE: This is a personal project, it is not guranteed to work for everyone.

Use at your own risk.

This is a simple Neovim plugin to list / pick the modified files in the current branch in comparison to the main branch, using telescope for editing.

Installation

Lazy

An example of how to load this plugin in Lazy:

{
    "diaakasem/git-modified",
    dependencies = {
        {
            -- Depends on telescope pickers
            "telescope.nvim",
        }
    },
    config = function()
        require("git-modified").setup()
    end,
    keys = {
        {
            "<leader>fm",
            function() require("git-modified").main() end,
            desc = "Git Modified"
        }
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published