diff options
Diffstat (limited to 'lua/conf/plugins')
-rw-r--r-- | lua/conf/plugins/undotree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |