Merge pull request #56 from Aaditay/main

typo in packer conf
This commit is contained in:
siduck76 2021-06-14 20:20:01 +05:30 committed by GitHub
commit 7611d1390b
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"