bufferline: minor changes
This commit is contained in:
parent
7fbc174485
commit
ee05f20f43
2 changed files with 9 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue