Don't load packer at startup
This commit is contained in:
parent
74ad741e63
commit
22c3cc0c0d
3 changed files with 30 additions and 3 deletions
|
|
@ -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" })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue