Skip to content

rajasegar/vim-pnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-pnpm

Simple vim command bindings to quickly run pnpm stuff from vim.

Commands Available, mapping with their pnpm equivalent:

  • PnpmAdd
  • PnpmInstall
  • PnpmUpdate
  • PnpmRemove
  • PnpmLink
  • PnpmUnlink
  • PnpmTest
  • PnpmRun
  • PnpmAddDev
  • PnpmAddOptional
  • PnpmImport
  • PnpmAudit
  • PnpmRebuild
  • PnpmPrune
  • PnpmInstallTest
  • PnpmList
  • PnpmOutdated
  • PnpmWhy
  • PnpmStart
  • PnpmStop
  • PnpmPublish
  • PnpmRecursive
  • PnpmServer
  • PnpmStore

Installation

It's recommended to use a plugin manager to manage your vim plugins. A few examples:

Vundle

Plugin 'rajasegar/vim-pnpm'

Plug

Plug 'rajasegar/vim-pnpm'

NeoBundle

NeoBundle 'rajasegar/vim-pnpm'

Usage

Simply run one of the commands. By default it just delegates to pnpm.

:PnpmInstall

Contribute

  • Fork
  • Code
  • Test
  • Pull-request

Releases

No releases published

Packages

No packages published