Closed NotAShelf closed 1 month ago
This looks good to me. I do think having undofiile.path have a sane default rather than throw an error if it's unspecified would provide a smoother transition from a lua config, but it's a minor inconvenience
I think using a default value makes too many assumptions about user's setup. I'll see if Neovim can pick this path by itself without us supplying a value.
that looks like it would work
vim.undoFile.enable
andvim.undoFile.path
can be used to manipulate whether undofile will be enabled, and the location if it is enabled.Closes #331