mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-01 02:34:47 -05:00
Rather than nesting it as `config`, pass `makeNixvim`'s argument through directly as a module. This not only simplifies the implementation, but allows users to use `makeNixvim` for any scenario where `makeNixvimWithModule` would normally be required.