two times requiring packer ?

This commit is contained in:
Aaditay 2021-06-14 19:55:41 +05:30 committed by GitHub
parent 2fe1785251
commit e1c7d4e458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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