fix: update bufferline from v3.0.1 branch to main

This commit is contained in:
Frothy 2023-07-22 16:05:08 -04:00 committed by NotAShelf
parent 38fcf69882
commit df310b3e25
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 4 additions and 5 deletions

View File

@ -919,16 +919,15 @@
"nvim-bufferline-lua": {
"flake": false,
"locked": {
"lastModified": 1666171880,
"narHash": "sha256-hueIGT7KOhca0kP0M1nUYzBrzMz+DpuZSOt5iyuEa40=",
"lastModified": 1689661992,
"narHash": "sha256-0BJXUDGeUhPALEnPgO4ix+GgI/3P/Foiqi0tf2mgUXg=",
"owner": "akinsho",
"repo": "nvim-bufferline.lua",
"rev": "e70be6232f632d16d2412b1faf85554285036278",
"rev": "d24378edc14a675c820a303b4512af3bbc5761e9",
"type": "github"
},
"original": {
"owner": "akinsho",
"ref": "v3.0.1",
"repo": "nvim-bufferline.lua",
"type": "github"
}

View File

@ -181,7 +181,7 @@
# Tablines
nvim-bufferline-lua = {
url = "github:akinsho/nvim-bufferline.lua?ref=v3.0.1";
url = "github:akinsho/nvim-bufferline.lua";
flake = false;
};