8000 GitHub - barklan/cmp-gitlog: Suggest completions based on file history (for nvim-cmp).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

barklan/cmp-gitlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmp-gitlog

Suggest completions based on git file history (git log -p <current_file>) for nvim-cmp. Based on lukas-reineke/cmp-rg.

screenshot

Requirements

Installation

Example via packer:

use("barklan/cmp-gitlog")

Setup

Add gitlog to your cmp sources:

require("cmp").setup({
    sources = {
        { name = "gitlog", max_item_count = 5 },
    }
})
5050

About

Suggest completions based on file history (for nvim-cmp).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0