Skip to content

Commit

Permalink
fix: packer.nvim should manage itself
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Sep 27, 2023
1 parent 979b48c commit c6a1e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/one/plugin-manager/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function P.setup(params)
-- https://github.com/wbthomason/packer.nvim#the-startup-function
packer.startup {
function()
-- packer.use 'wbthomason/packer.nvim' -- must add itself
packer.use 'wbthomason/packer.nvim' -- must add itself
params.loadPlugs()
end,

Expand Down

0 comments on commit c6a1e66

Please sign in to comment.