1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +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 {
{ import = "user.plugins.editor.treesitter" },
"mbbill/undotree",
-- color highlight in documents
{
'brenoprata10/nvim-highlight-colors',