bootstrap-paq.lua (199B) - raw
1 local function paq_install() 2 vim.g.headless_bootstrap = true 3 local paq = require("plugins") 4 vim.cmd "autocmd User PaqDoneInstall quit" 5 paq.install() 6 end 7 8 return { run = paq_install }
dotfiles - My dotfiles.
git clone https://git.oscarbenedito.com/dotfiles |