refactor(undotree): use builtin nvim.undotree

This commit is contained in:
2026-04-21 14:24:42 +02:00
parent 21f566112e
commit 3611791fa9
4 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ require("pack").setup({
"https://github.com/nvim-tree/nvim-tree.lua",
"https://github.com/stevearc/oil.nvim",
"https://github.com/hedyhli/outline.nvim",
"https://github.com/jiaoshijie/undotree",
"nvim.undotree",
{
"https://github.com/saghen/blink.cmp",
version = vim.version.range("^1"),