Skip to content

Neovim package management plugin written in lua

License

Notifications You must be signed in to change notification settings

jdrupal-dev/parcel.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parcel.nvim 📦

image

🔒 Requirements

Optional

📦 Installation

Install this plugin using your favorite plugin manager, and then call require("parcel").setup().

{
    "jdrupal-dev/parcel.nvim",
    dependencies = {
      "phelipetls/jsonpath.nvim",
    },
    opts = {},
}

✨ Features

  • Show locked and new package versions in supported package managers.
  • TODO: Search for packages and install directly from neovim.

Supported package managers

  • Composer
    • Installed version shown in composer.json
    • New minor and/or major version(s) shown in composer.json
  • NPM/Yarn
    • Installed version shown in package.json
    • New minor and/or major version(s) shown in package.json
  • Cargo
    • TODO: Show installed version in Cargo.toml
    • New minor and/or major version(s) shown in Cargo.toml

About

Neovim package management plugin written in lua

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages