From 200a06c960a12fdbdf35ac9d1369e0ecc5e3d30e Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:40:12 -0600 Subject: reformat variable --- lua/conf/plugins/undotree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conf/plugins') diff --git a/lua/conf/plugins/undotree.lua b/lua/conf/plugins/undotree.lua index e649d57..199ca06 100644 --- a/lua/conf/plugins/undotree.lua +++ b/lua/conf/plugins/undotree.lua @@ -3,7 +3,7 @@ local map = misc.map return { 'mbbill/undotree', function() - if (vim.g.loaded_undotree) then + if vim.g.loaded_undotree then vim.g.undotree_DiffAutoOpen = 0 end -- cgit v1.2.1