Merge branch 'main' into feature/breadcrumbs

This commit is contained in:
NotAShelf 2023-07-26 10:36:08 +03:00 committed by GitHub
commit 6e3ae75ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 138 additions and 132 deletions

View file

@ -182,7 +182,7 @@
# Tablines
nvim-bufferline-lua = {
url = "github:akinsho/nvim-bufferline.lua?ref=v3.0.1";
url = "github:akinsho/nvim-bufferline.lua";
flake = false;
};
@ -493,6 +493,11 @@
flake = false;
};
copilot-cmp = {
url = "github:zbirenbaum/copilot-cmp";
flake = false;
};
# Session management
nvim-session-manager = {
url = "github:Shatur/neovim-session-manager";