style(nvim): Stylua pass

This commit is contained in:
Price Hiller 2022-03-18 05:43:11 -05:00
parent 95390f2324
commit 9ff7c6e56f

View File

@ -16,10 +16,10 @@ if fn.empty(fn.glob(install_path)) > 0 then
vim.o.runtimepath = vim.fn.stdpath("data") .. "/site/pack/*/start/*," .. vim.o.runtimepath
end
local packer = require("packer")
local packer = require("packer")
packer.init({
max_jobs=50
max_jobs = 50,
})
return packer.startup({