mbbill / undotree

The undo history visualizer for VIM
http://www.vim.org/scripts/script.php?script_id=4177
BSD 3-Clause "New" or "Revised" License
3.97k stars 101 forks source link

Cannot get it to work with neovim/NVChad/Lazy #155

Closed RudolfVonKrugstein closed 1 year ago

RudolfVonKrugstein commented 1 year ago

Hi,

I am using neovim with NVChad and would love to use this plugin. But I cannot get it to work ...

I add the plugin like this (NVChad specific config):

local plugins = {
  {
    "mbbill/undotree",
    lazy=false
  }
}

But I am not getting the :UndotreeToggle command (or any command starting with U).

Any Idea what could be wrong?

Thank you!

RudolfVonKrugstein commented 1 year ago

There seem to be a problem with a previously installed plugin also called "undotree" resetting my ~/.local/share/nvim helped. Sorry for the noise and thanks for the plugin!