add better comments and clean up
This commit is contained in:
parent
49b63d38bc
commit
aff50c8c15
7 changed files with 68 additions and 63 deletions
|
@ -1,6 +1,7 @@
|
|||
-- check if packer is installed (~/local/share/nvim/site/pack)
|
||||
local packer_exists = pcall(vim.cmd, [[packadd packer.nvim]])
|
||||
|
||||
-- add { } , when the plugin needs a different branch, loading the plugin with certain commands
|
||||
return require("packer").startup(
|
||||
function()
|
||||
use {"wbthomason/packer.nvim", opt = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue