1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 12:00:02 +02:00

nvim: adding undotree

This commit is contained in:
Henrik Hautakoski 2024-10-11 14:13:36 +02:00
parent 6c8246302f
commit ebddcd7411

View file

@ -1,5 +1,6 @@
return { return {
{ import = "user.plugins.editor.treesitter" }, { import = "user.plugins.editor.treesitter" },
"mbbill/undotree",
-- color highlight in documents -- color highlight in documents
{ {
'brenoprata10/nvim-highlight-colors', 'brenoprata10/nvim-highlight-colors',