commit f296a1b16d4e815cfdda58f9b2148e7445c67b76
parent a69a6bfe28f1d2dd7e2d3a0208d1e03d2bb803c7
Author: Tomas Nemec <nemi@skaut.cz>
Date: Sun, 19 Dec 2021 15:20:04 +0100
update
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/init.lua b/init.lua
@@ -1,5 +1,4 @@
local install_path = vim.fn.stdpath('data') .. '/site/pack/packer/opt/packer.nvim'
-
if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
vim.api.nvim_command('!git clone --depth=1 https://github.com/wbthomason/packer.nvim ' .. install_path)
end