diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-25 22:22:56 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-25 22:22:56 +0800 |
| commit | 673603e01beb8dc1142e38f10ca7a6096a952aeb (patch) | |
| tree | 023f41c5bd7069436e2fa7158288b138258898cd /lua | |
| parent | 6093b77cd0cb1498f48e0a0435abf3517765398e (diff) | |
No need to use packadd for packer
It is a start plugin that will be loaded automatically.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
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") |
