mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 02:41:33 +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";
|
theme = "catppuccin";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim.winbar = {
|
||||||
|
barbecue.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
vim.theme = {
|
vim.theme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "catppuccin";
|
name = "catppuccin";
|
||||||
|
|
11
flake.nix
11
flake.nix
|
@ -138,6 +138,17 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Winbar
|
||||||
|
nvim-navic = {
|
||||||
|
url = "github:SmiteshP/nvim-navic";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
barbecue-nvim = {
|
||||||
|
url = "github:utilyre/barbecue.nvim";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
# Statuslines
|
# Statuslines
|
||||||
lualine = {
|
lualine = {
|
||||||
url = "github:hoob3rt/lualine.nvim";
|
url = "github:hoob3rt/lualine.nvim";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue