NotAShelf / nvf

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

wrapper: migrate to `makeNeovimUnstable` wrapper #237

Closed FrothyMarrow closed 6 months ago

FrothyMarrow commented 6 months ago

Directly wraps neovim using wrapNeovimUnstable instead of wrapping it through the legacyWrapper under wrapNeovim.

I took a quick look at its commit history and it seems pretty stable despite its name. Regardless, I would appreciate a second opinion on this.

NotAShelf commented 6 months ago

I have no doubt in its stability, seeing how actively it is used.

Looks good, I'll provide a review later today.