mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 04:11:34 +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
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