Run spr command in nvim,
<Leader>h
-git spr status
- Install via your favorite package manager.
-- lazy.nvim
{
"zhongdai/vim-spr.nvim",
lazy=false,
opts = {}
},
- Setup the plugin in your
init.lua
. This step is not needed with lazy.nvim ifopts
is set as above.