Re-add nvim-tree

This commit is contained in:
Dave Gallant
2024-03-05 20:49:54 -05:00
parent fa0c725975
commit 31c56d7057

View File

@@ -431,6 +431,11 @@ in
};
};
nvim-cmp.enable = true;
nvim-tree.enable = true;
packer = {
enable = true;
plugins = [ ];
};
rainbow-delimiters.enable = true;
treesitter.enable = true;
telescope = {