local misc = require('core.misc') local map = misc.map return { 'mbbill/undotree', function() if (vim.g.loaded_undotree) then vim.g.undotree_DiffAutoOpen = 0 end map("n", "u", "UndotreeToggle") end }