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": { "nvim-bufferline-lua": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1666171880, "lastModified": 1689661992,
"narHash": "sha256-hueIGT7KOhca0kP0M1nUYzBrzMz+DpuZSOt5iyuEa40=", "narHash": "sha256-0BJXUDGeUhPALEnPgO4ix+GgI/3P/Foiqi0tf2mgUXg=",
"owner": "akinsho", "owner": "akinsho",
"repo": "nvim-bufferline.lua", "repo": "nvim-bufferline.lua",
"rev": "e70be6232f632d16d2412b1faf85554285036278", "rev": "d24378edc14a675c820a303b4512af3bbc5761e9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "akinsho", "owner": "akinsho",
"ref": "v3.0.1",
"repo": "nvim-bufferline.lua", "repo": "nvim-bufferline.lua",
"type": "github" "type": "github"
} }

View file

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