Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

jalvesaq/cmp-zotcite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmp-zotcite

NOTE: cmp-zotcite is obsolete because zotcite now includes a built-in LSP server.

Zotero completion source for nvim-cmp using zotcite as backend.

Installation

Use a plugin manager such as vim-plug or packer.

Setup

Register the source for nvim-cmp:

require'cmp'.setup {
  sources = {
    { name = 'cmp_zotcite' },
  }
}

Configuration

The source is enabled for markdown, rmd, typst, and quarto file types by default, but you can change this:

require'cmp_zotcite'.setup({
    filetypes = {"pandoc", "markdown", "rmd", "quarto"}
})

About

Zotero completion source for nvim-cmp using zotcite as backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages