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

style: improve modules/default.nix code, rename helper scripts #351

Closed diniamo closed 1 month ago

Gerg-L commented 1 month ago

Add

 vimCommandCheckHook 
vimGenDocHook
neovimRequireCheckHook

To nativeBuildInputs And then set passthru.vimPlugin = true;

diniamo commented 1 month ago

Why though? What does that do? At that point why don't we just use buildVimPlugin?

Gerg-L commented 1 month ago

@NotAShelf @diniamo this broke stuff

NotAShelf commented 1 month ago

how