1
0
Fork 0

nvim: clone packer completely

This commit is contained in:
tastytea 2022-08-15 05:18:15 +02:00
parent 2d87a99856
commit e82a4eaa91
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
packer_bootstrap = vim.fn.system({
'git',
'clone',
'--depth',
'1',
'https://github.com/wbthomason/packer.nvim',
install_path})
vim.cmd [[packadd packer.nvim]]