/
bluesboy
/
dotfiles
Обзор
Документация
Войти
/
bluesboy
/
dotfiles
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
config/nvim/lua/plugins/ui/undotree.lua
10 строк
224 B
Bluesboy
Configure undotree
12 мар 2026, 00:31
12 мар 2026, 00:31
29b11dd
Код
Авторство
О чём код?
return { { "jiaoshijie/undotree", dependencies = "nvim-lua/plenary.nvim", config = true, keys = { { "<leader>u", function() require("undotree").toggle() end, desc = "Toggle Undotree" }, }, }, }