Skip to content

hamzashezad/cmp-bibtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BibTex completion source for nvim-cmp

requires a refs.bib to be available in the directory

to use add to the nvim-cmp sources:

require("cmp").setup({
	sources = {
		{ name = "bibtex" }
	}
})

About

BibTex completion source for nvim-cmp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages