init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
9
config/plugins/nvim-tree.nix
Normal file
9
config/plugins/nvim-tree.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
plugins = {
|
||||
# https://github.com/nvim-tree/nvim-tree.lua
|
||||
# A File Explorer For Neovim Written In Lua
|
||||
nvim-tree = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue