Fix packer bootstrap

This commit is contained in:
Victor Timofei 2022-12-19 13:26:09 +02:00
parent fb2a244c2b
commit f0f72dc13b
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
vim.cmd [[packadd packer.nvim]]
local ensure_packer = function() local ensure_packer = function()
local fn = vim.fn 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/start/packer.nvim'