#plugin #lua #packer #commit #updating #remote #latest

app packer_plugin_updater

A tool to update packer plugins

3 releases

0.1.2 May 4, 2023
0.1.1 May 4, 2023
0.1.0 May 4, 2023

#10 in #updating

33 downloads per month

MIT license

21KB
505 lines

What is packer_plugin_updater

packer_plugin_updater is a CLI tool used for updating pinned packer/neovim plugins defined in a plugin.lua file. packer_plugin_updater uses a lua AST to parse the plugin.lua module into a list of defined plugins. Then, the tool will compare the pinned commit hash to the latest commit hash in the remote git repository.

download pre-built binary

Pre-built binaries are available here for download: HERE

build

Use this command to build the binary from source:

cargo build --release

Dependencies

~19–34MB
~555K SLoC