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:
parent
6093b77cd0
commit
673603e01b
@ -20,8 +20,6 @@ if fn.glob(packer_install_dir) == "" then
|
|||||||
vim.cmd("packadd packer.nvim")
|
vim.cmd("packadd packer.nvim")
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.cmd([[packadd packer.nvim]])
|
|
||||||
|
|
||||||
require("packer").startup({
|
require("packer").startup({
|
||||||
function(use)
|
function(use)
|
||||||
use("wbthomason/packer.nvim")
|
use("wbthomason/packer.nvim")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user