How to use native plugins (undotree or diffview) #4260
Unanswered
noisesfromspace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
With the newest neovim release it's possible to use 'built-in' UndoTree features: https://neovim.io/doc/user/plugins/#package-undotree
The instructions are:
vim.cmd("packadd nvim.undotree")How would I do this with nixvim? I understand I could just use the full externally managed undotree plugin but I rather get used to what comes native
Beta Was this translation helpful? Give feedback.
All reactions