Merge pull request #101 from FrothyMarrow/fix-nvimtree-bufferline-overlap

fix: bufferline overlapping nvimtree with toggleterm
This commit is contained in:
NotAShelf 2023-07-23 00:01:00 +03:00 committed by GitHub
commit 9e23ff355e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}; };