From 1ae89bf1ecadd0dd3137bf82f01d39dd3801f289 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 27 Feb 2023 18:58:13 -0800 Subject: [PATCH] updates --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 4e0b227..7a58184 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -1,4 +1,4 @@ ---BOOTSTRAP PACKER +--packer should install if not present and sync all plugins local ensure_packer = function() local fn = vim.fn local install_path = fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim'