fix: require paq after installing

This commit is contained in:
max_richter 2021-08-19 16:44:25 +02:00
parent bc829233a8
commit 8bcf911065

View File

@ -2,9 +2,9 @@ local o = vim.o
local opt = vim.opt
local g = vim.g
local paq = require("paq");
require("install-paq")
local paq = require("paq");
paq:setup({verbose=true}) {
{url="git@github.com:savq/paq-nvim"}, -- Let Paq manage itself
-- Theming Plugins