Added undotree

This commit is contained in:
EsVagy42 2025-03-02 20:53:35 +00:00
parent 52c6661574
commit 8dc9d89f56
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
./treesitter-textobjects.nix
./telescope.nix
./web-devicons.nix
./undotree.nix
];
opts = {
number = true;

1
config/undotree.nix Normal file
View file

@ -0,0 +1 @@
{ plugins = { undotree = { enable = true; }; }; }