aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/init.lua
blob: 31702eb58213094078b48f97725670cf5b978039 (plain) (blame)
1
2
3
4
5
6
7
8
-- This file can be loaded by calling `lua require('plugins')` from your init.vim

-- Only required if you have packer configured as `opt`
vim.cmd [[packadd packer.nvim]]

return require('packer').startup(function(use)
  use 'wbthomason/packer.nvim'
end)