NotAShelf / nvf

A highly modular, extensible and distro-agnostic Neovim configuration framework for Nix/NixOS.
https://notashelf.github.io/nvf/
MIT License
155 stars 24 forks source link

Set undofile from the module #331

Open Soliprem opened 2 months ago

Soliprem commented 2 months ago

⚠️ Please verify that this feature request has NOT been suggested before.

🏷️ Feature Type

Other

🔖 Feature description

As asked and described in the discord, a way to set the undofile option

✔️ Solution

-

❓ Alternatives

A possible alternative is making a general "option" module option that passes the string to neovim as a vim.o.

📝 Additional Context

No response

NotAShelf commented 2 months ago

I'll add this later today.

NotAShelf commented 2 weeks ago

Sorry for the delay @Soliprem, I have been absent in development for a while due to IRL events.

Could you see if #367 resolves your issue and if it works as intended?