nvim: don't compile again after sync
This commit is contained in:
parent
1d6048f38a
commit
836667ac77
|
@ -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
|
||||
|
|
|
@ -57,4 +57,3 @@ packer.use {
|
|||
{ paths = vim.fn.stdpath('config') .. '/snippets'} )
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user