add better comments and clean up

This commit is contained in:
siduck76 2021-04-02 11:06:20 +05:30
parent 49b63d38bc
commit aff50c8c15
7 changed files with 68 additions and 63 deletions

View file

@ -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}