aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-25 22:22:56 +0800
committerjdhao <jdhao@hotmail.com>2021-08-25 22:22:56 +0800
commit673603e01beb8dc1142e38f10ca7a6096a952aeb (patch)
tree023f41c5bd7069436e2fa7158288b138258898cd /lua/plugins.lua
parent6093b77cd0cb1498f48e0a0435abf3517765398e (diff)
No need to use packadd for packer
It is a start plugin that will be loaded automatically.
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 0 insertions, 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")