1
0
Fork 0

nvim: don't compile again after sync

This commit is contained in:
tastytea 2022-08-13 14:44:37 +02:00
parent 1d6048f38a
commit 836667ac77
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 1 additions and 4 deletions

View File

@ -11,8 +11,6 @@ require('my/net')
if packer_bootstrap then
require('packer').sync()
end
if not io.open(vim.fn.stdpath('config') .. '/plugin') then
elseif not io.open(vim.fn.stdpath('config') .. '/plugin') then
require('packer').install()
end

View File

@ -57,4 +57,3 @@ packer.use {
{ paths = vim.fn.stdpath('config') .. '/snippets'} )
end
}