Don't load packer at startup

This commit is contained in:
nullchilly 2022-08-06 10:35:20 +07:00 committed by Sidhanth Rathod
parent 74ad741e63
commit 22c3cc0c0d
3 changed files with 30 additions and 3 deletions

View file

@ -2,7 +2,7 @@ local M = {}
M.bootstrap = function()
local fn = vim.fn
local install_path = fn.stdpath "data" .. "/site/pack/packer/start/packer.nvim"
local install_path = fn.stdpath "data" .. "/site/pack/packer/opt/packer.nvim"
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "#1e222a" })