feat: add undo tree

This commit is contained in:
2024-12-25 18:14:13 -05:00
parent 9a5a907aef
commit fdc5db87ba
3 changed files with 29 additions and 30 deletions
+3 -9
View File
@@ -53,8 +53,8 @@ return {
-- specific note templates
template_new_note = nil,
template_new_daily = '~/notes/templates/daily.md',
template_new_weekly = '~/notes/templates/weekly.md',
template_new_daily = '~/notes/templates/dailytemplate.md',
template_new_weekly = '~/notes/templates/weeklytemplate.md',
-- enter any additional vaults here
--[[ vaults = {
@@ -170,14 +170,8 @@ return {
},
{
'mbbill/undotree',
enabled = false,
enabled = true,
cmd = { 'UndotreeToggle', 'UndotreeShow', 'UndotreeHide' },
config = function()
local undotree = require('undotree')
undotree.setup()
end,
},
{
'debugloop/telescope-undo.nvim',