mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
add barbecue.nvim and nvim-navic
This commit is contained in:
parent
812f1f3b06
commit
338ad39f67
2 changed files with 15 additions and 0 deletions
|
@ -65,6 +65,10 @@ inputs: let
|
|||
theme = "catppuccin";
|
||||
};
|
||||
|
||||
vim.winbar = {
|
||||
barbecue.enable = true;
|
||||
};
|
||||
|
||||
vim.theme = {
|
||||
enable = true;
|
||||
name = "catppuccin";
|
||||
|
|
11
flake.nix
11
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue