Skip to main content

vimpin

Pin Vim/Neovim plugin specs to explicit commit hashes

Before
{ "example/example.nvim", tag = "v1.0.0" },
vimpin run
After
{ "example/example.nvim", commit = "deadbeef...cafebabe" }, -- tag: v1.0.0