add barbecue.nvim and nvim-navic

This commit is contained in:
NotAShelf 2023-02-27 16:33:26 +03:00
commit 338ad39f67
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
2 changed files with 15 additions and 0 deletions

View file

@ -65,6 +65,10 @@ inputs: let
theme = "catppuccin";
};
vim.winbar = {
barbecue.enable = true;
};
vim.theme = {
enable = true;
name = "catppuccin";

View file

@ -138,6 +138,17 @@
flake = false;
};
# Winbar
nvim-navic = {
url = "github:SmiteshP/nvim-navic";
flake = false;
};
barbecue-nvim = {
url = "github:utilyre/barbecue.nvim";
flake = false;
};
# Statuslines
lualine = {
url = "github:hoob3rt/lualine.nvim";