Added undotree
This commit is contained in:
parent
52c6661574
commit
8dc9d89f56
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
./treesitter-textobjects.nix
|
./treesitter-textobjects.nix
|
||||||
./telescope.nix
|
./telescope.nix
|
||||||
./web-devicons.nix
|
./web-devicons.nix
|
||||||
|
./undotree.nix
|
||||||
];
|
];
|
||||||
opts = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
|
|
|
||||||
1
config/undotree.nix
Normal file
1
config/undotree.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ plugins = { undotree = { enable = true; }; }; }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue