mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Run UpdateRemotePlugins after auto-installing plug
This commit is contained in:
parent
16e9c61abd
commit
cc7c8db10b
|
@ -16,6 +16,7 @@ if fn.empty(fn.glob(plug_install_path)) > 0 then
|
|||
fn.system({"mkdir", "-p", autoload_dir})
|
||||
fn.system("curl " .. plug_download_url .. " > " .. plug_install_path)
|
||||
cmd[[autocmd VimEnter * PlugInstall]]
|
||||
cmd[[autocmd VimEnter * UpdateRemotePlugins]]
|
||||
end
|
||||
|
||||
-- Load an arbitrary .vim or .lua file
|
||||
|
|
Loading…
Reference in a new issue