bufferline: minor changes

This commit is contained in:
siduck76 2021-04-26 13:44:51 +05:30
parent 7fbc174485
commit ee05f20f43
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,9 @@
-- check if packer is installed (~/local/share/nvim/site/pack)
local packer_exists = pcall(vim.cmd, [[packadd packer.nvim]])
local packer = require("packer")
local use = packer.use
-- using { } when using a different branch of the plugin or loading the plugin with certain commands
return require("packer").startup(
function()