savq / paq-nvim

🌚 Neovim package manager
MIT License
649 stars 39 forks source link

feat: execute run hook as vim command if first char is ':' #145

Closed saccarosium closed 1 year ago

saccarosium commented 1 year ago

fixes: #142

Now you can pass to the run function a string prepended with a : and will be run as a vim :command. This is actually how packer behave so this could be a nice to behave as the user expect.

savq commented 1 year ago

LGTM. Thanks!