nvim: drop PackerInstall rule

This commit is contained in:
tastytea 2022-08-30 16:47:20 +02:00
parent d6b2afbfc2
commit 9cf7c88e93
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -168,8 +168,6 @@ require('packer').startup({ function(use)
-- ensure plugins are installed and compiled
if packer_bootstrap then
require('packer').sync()
elseif not io.open(vim.fn.stdpath('config') .. '/plugin') then
require('packer').install()
end
end,
config = {