nvim: install & compile plugins if they aren't compiled
This commit is contained in:
parent
787a371482
commit
4d4208215c
|
@ -12,3 +12,7 @@ require('my/net')
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if not io.open(vim.fn.stdpath('config') .. '/plugin','r') then
|
||||||
|
require('packer').install()
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user