From 673603e01beb8dc1142e38f10ca7a6096a952aeb Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 25 Aug 2021 22:22:56 +0800 Subject: [PATCH] No need to use packadd for packer It is a start plugin that will be loaded automatically. --- lua/plugins.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 13bc9f3..5909fcf 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -20,8 +20,6 @@ if fn.glob(packer_install_dir) == "" then vim.cmd("packadd packer.nvim") end -vim.cmd([[packadd packer.nvim]]) - require("packer").startup({ function(use) use("wbthomason/packer.nvim")