two times requiring packer ?
This commit is contained in:
parent
2fe1785251
commit
e1c7d4e458
|
@ -2,7 +2,7 @@ local packer = require("packer")
|
|||
local use = packer.use
|
||||
|
||||
-- using { } for using different branch , loading plugin with certain commands etc
|
||||
return require("packer").startup(
|
||||
return packer.startup(
|
||||
function()
|
||||
use "wbthomason/packer.nvim"
|
||||
|
||||
|
|
Loading…
Reference in New Issue