This commit is contained in:
Benjamin Kyd
2023-03-20 18:09:49 +00:00
parent cded8b3d9a
commit 788397daeb
2 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ if fn.empty(fn.glob(installPath)) > 0 then
vim.cmd [[packadd packer.nvim]]
end
local packer = require('packer').startup(function(use)
-- Packer should manage itself
use 'wbthomason/packer.nvim'