From 4ec6fb5118f95f00dbacdcf0470e0f9fffd86abc Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 11 Apr 2022 00:03:39 +0200 Subject: fix(bootstrap): remove global value --- lua/bootstrap.lua | 1 - lua/install.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/bootstrap.lua b/lua/bootstrap.lua index ea8f95b..7341865 100644 --- a/lua/bootstrap.lua +++ b/lua/bootstrap.lua @@ -25,4 +25,3 @@ ensure("lewis6991", "impatient.nvim") -- Enable faster loading with impatient require "config.impatient" -return PACKER_BOOTSTRAP diff --git a/lua/install.lua b/lua/install.lua index cf0a9c3..75e0239 100644 --- a/lua/install.lua +++ b/lua/install.lua @@ -1,7 +1,7 @@ -- Installs plugins with packer. local plugins = require "plugins" -PACKER_BOOTSTRAP = require "bootstrap" +require "bootstrap" local packer = require "config.packer" -- cgit v1.2.3-70-g09d2