Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-05-05 15:09:11 +08:00
parent 4a8e15db31
commit 12e0552c36
3 changed files with 155 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ if fn.has('nvim') == 0 then
return
end
-- Ensure packer installed
local install_path = fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim'
if fn.empty(fn.glob(install_path)) > 0 then