jordanisaacs / neovim-flake

Nix flake for neovim with configuration
https://jordanisaacs.github.io/neovim-flake
MIT License
259 stars 56 forks source link

Build packages inside module #30

Closed jordanisaacs closed 1 year ago

jordanisaacs commented 1 year ago

Move the package building inside the module. Can now specify the unwrapped neovim package and add extra "raw plugins" (aka inputs). Also now using the modern makeNeovimConfig. Closes #18 with the rawPlugins option.

Todo:

  1. Documentation