From 7c3289fded1f75f6e060f56bd06edc2a327744d9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 6 May 2025 16:51:24 -0500 Subject: kitchen sink again :( --- lua/conf/plugins/undotree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/conf/plugins/undotree.lua') diff --git a/lua/conf/plugins/undotree.lua b/lua/conf/plugins/undotree.lua index 199ca06..fa57def 100644 --- a/lua/conf/plugins/undotree.lua +++ b/lua/conf/plugins/undotree.lua @@ -1,7 +1,7 @@ -local misc = require('core.misc') +local misc = require("core.misc") local map = misc.map -return { 'mbbill/undotree', +return { "mbbill/undotree", function() if vim.g.loaded_undotree then vim.g.undotree_DiffAutoOpen = 0 -- cgit v1.2.1