Remove return
This commit is contained in:
parent
50541208e6
commit
bb44f0de33
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ local packer_bootstrap = ensure_packer()
|
||||||
|
|
||||||
vim.cmd [[packadd packer.nvim]]
|
vim.cmd [[packadd packer.nvim]]
|
||||||
|
|
||||||
return require('packer').startup(function(use)
|
require('packer').startup(function(use)
|
||||||
-- Packer can manage itself
|
-- Packer can manage itself
|
||||||
use 'wbthomason/packer.nvim'
|
use 'wbthomason/packer.nvim'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue