2 Commits
Author SHA1 Message Date
justin-f-perezandsiduck cbc813388d override default branch for bufferline
By default packer tries to use "master" for the branch of any plugin that doesn't have a branch explicitly defined. However, the bufferline authors recently renamed their default branch from "master" to main. Thus, packer will work fine with bufferline for any new clones, but it will fail to update for anyone who had the old branch name "master" set.

See also: https://github.com/wbthomason/packer.nvim/issues/86
2022-04-10 09:17:26 +05:30
justin-f-perezandsiduck e77be17fe6 fix typo in example_init.lua
"install_plugin" -> "install_plugins"
2021-12-29 06:48:08 +05:30