feat(plugins,lualine): Add neo-tree, Comment.nvim, presence.nvim, set bufferline
This commit is contained in:
parent
165f2b5173
commit
c211d60155
5 changed files with 100 additions and 31 deletions
12
flake.nix
12
flake.nix
|
@ -8,6 +8,18 @@
|
|||
|
||||
# Add bleeding-edge plugins here.
|
||||
# They can be updated with `nix flake update` (make sure to commit the generated flake.lock)
|
||||
presence-nvim = {
|
||||
url = "github:jiriks74/presence.nvim";
|
||||
flake = false;
|
||||
};
|
||||
comment-nvim = {
|
||||
url = "github:numToStr/Comment.nvim";
|
||||
flake = false;
|
||||
};
|
||||
neotree = {
|
||||
url = "github:nvim-neo-tree/neo-tree.nvim";
|
||||
flake = false;
|
||||
};
|
||||
# wf-nvim = {
|
||||
# url = "github:Cassin01/wf.nvim";
|
||||
# flake = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue