sessions and nvim tree
This commit is contained in:
parent
b542af2f39
commit
78f04bda73
12 changed files with 239 additions and 12 deletions
16
flake.nix
16
flake.nix
|
@ -75,10 +75,18 @@
|
|||
url = "github:windwp/nvim-ts-autotag";
|
||||
flake = false;
|
||||
};
|
||||
# "nvim_plugin-nvim-treesitter/nvim-treesitter" = {
|
||||
# url = "github:nvim-treesitter/nvim-treesitter";
|
||||
# flake = false;
|
||||
# };
|
||||
"nvim_plugin-rmagatti/auto-session" = {
|
||||
url = "github:rmagatti/auto-session";
|
||||
flake = false;
|
||||
};
|
||||
"nvim_plugin-nvim-tree/nvim-web-devicons" = {
|
||||
url = "github:nvim-tree/nvim-web-devicons";
|
||||
flake = false;
|
||||
};
|
||||
"nvim_plugin-nvim-tree/nvim-tree.lua" = {
|
||||
url = "github:nvim-tree/nvim-tree.lua";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, ... } @ inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue