Packer is not optional

This commit is contained in:
Oliver Hartmann 2021-09-16 09:53:00 +02:00
parent df2c98077c
commit 9f804b8d0c

View File

@ -1,7 +1,7 @@
return require('packer').startup(function() return require('packer').startup(function()
-- Packer can manage itself as an optional plugin -- Packer can manage itself as an optional plugin
use {'wbthomason/packer.nvim', opt = true} use {'wbthomason/packer.nvim'}
use {'neovim/nvim-lspconfig'} use {'neovim/nvim-lspconfig'}
use {'nvim-treesitter/nvim-treesitter'} use {'nvim-treesitter/nvim-treesitter'}
use { use {