1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: added undotree

This commit is contained in:
2024-02-02 02:49:28 +01:00
parent f7ddd960bd
commit 157957a9ee
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
return {
-- tree style undo visualizer
{
'mbbill/undotree'
}
}