From e1c7d4e4585ee750509ef3a50da04d831570262a Mon Sep 17 00:00:00 2001 From: Aaditay <58261116+Aaditay@users.noreply.github.com> Date: Mon, 14 Jun 2021 19:55:41 +0530 Subject: [PATCH] two times requiring packer ? --- lua/pluginList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 415f1f2..c00fe16 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -2,7 +2,7 @@ local packer = require("packer") local use = packer.use -- using { } for using different branch , loading plugin with certain commands etc -return require("packer").startup( +return packer.startup( function() use "wbthomason/packer.nvim"