Skip to content

Complete versions of dependencies in pyproject.toml in neovim

License

Notifications You must be signed in to change notification settings

vrslev/cmp-pypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmp-pypi

Complete versions of dependencies in pyproject.toml: supports PEP 621 and Poetry. Works with Neovim and nvim-cmp.

preview

Installation

Requires:

Install with Lazy:

{
  "vrslev/cmp-pypi",
  dependencies = { "nvim-lua/plenary.nvim" },
  ft = "toml",
}

And add the source:

cmp.setup({
  ...,
  sources = {
    { name = "pypi", keyword_length = 4 },
    ...
  }
})

About

Complete versions of dependencies in pyproject.toml in neovim

Topics

Resources

License

Stars

Watchers

Forks

Languages