Merge branch 'main' into feature/rustaceanvim

This commit is contained in:
raf 2024-07-17 16:07:17 +00:00 committed by GitHub
commit bbd0c255bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 241 additions and 17 deletions

View file

@ -228,6 +228,11 @@
flake = false;
};
plugin-neo-tree-nvim = {
url = "github:nvim-neo-tree/neo-tree.nvim";
flake = false;
};
# Tablines
plugin-nvim-bufferline-lua = {
url = "github:akinsho/nvim-bufferline.lua";