savq / paq-nvim

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

feat(#133): url-format #134

Closed barrett-ruth closed 1 year ago

barrett-ruth commented 1 year ago

Allows user to provide url_format config as following before requiring paq:

require('paq').setup {
    -- Use SSH urls by default instead of HTTPS
    url_format = 'git@github.com:%s.git'
}

Does not change the default from HTTPS nor interfere with user provided urls.