1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

No need to use packadd for packer

It is a start plugin that will be loaded automatically.
This commit is contained in:
jdhao 2021-08-25 22:22:56 +08:00
parent 6093b77cd0
commit 673603e01b

View File

@ -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")