/vim-spr.nvim

nvim plugin to run spr command

Primary LanguageLuaMIT LicenseMIT

vim spr

Run spr command in nvim,

  • <Leader>h - git spr status

📦 Installation

  1. Install via your favorite package manager.
-- lazy.nvim
{
   "zhongdai/vim-spr.nvim",
   lazy=false,
   opts = {}
},
  1. Setup the plugin in your init.lua. This step is not needed with lazy.nvim if opts is set as above.