feat(nvim): use latest version of bufferline.nvim

This commit is contained in:
Moritz Böhme 2023-04-16 17:54:44 +02:00
parent a8c51c376c
commit 48c2b30e18
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 8 additions and 0 deletions

View file

@ -37,6 +37,9 @@
# Neovim
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
bufferline-nvim.flake = false;
bufferline-nvim.url = "github:akinsho/bufferline.nvim";
comment-box-nvim.flake = false;
comment-box-nvim.url = "github:LudoPinelli/comment-box.nvim";