two times requiring packer ?

navigator
Aaditay 3 years ago committed by GitHub
parent 2fe1785251
commit e1c7d4e458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save