Merge pull request #56 from Aaditay/main

typo in packer conf
pull/64/head
siduck76 3 years ago committed by GitHub
commit 7611d1390b
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