reformat variable

This commit is contained in:
2024-11-19 13:40:12 -06:00
parent a50483c777
commit 200a06c960

View File

@ -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