mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128
This commit is contained in:
parent
5a4cb1b7ee
commit
2ae2a63265
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ return {
|
|||
|
||||
-- bufferline
|
||||
{
|
||||
"akinsho/nvim-bufferline.lua",
|
||||
"akinsho/bufferline.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue