avoid using default plugin names for plugin configs

This commit is contained in:
siduck76 2021-04-02 11:18:34 +05:30
parent aff50c8c15
commit cb64b0ef44
7 changed files with 6 additions and 6 deletions

View file

@ -1,7 +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
-- using { } when using a different branch of the plugin or loading the plugin with certain commands
return require("packer").startup(
function()
use {"wbthomason/packer.nvim", opt = true}