diff options
| author | Matthieu Coudron <886074+teto@users.noreply.github.com> | 2024-04-10 20:54:40 +0200 |
|---|---|---|
| committer | Matthieu Coudron <886074+teto@users.noreply.github.com> | 2024-04-20 16:00:43 +0200 |
| commit | c59cbaf5bf3c5bd4c1f16f7574752201f11c686e (patch) | |
| tree | f0db06dcb942e7f25e5a36cfd79f051414bc5600 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 3aa8ef1d54f4910c8bf22a420374b8145cc60cfa (diff) | |
toVimPlugin: prepends 'vimPlugin' to the name
Neovim plugins built with buildNeovimPlugin are based on derivations
from the lua package set, ie., they are a flat-install (no share/lua/5.1
nesting) with some post-processing.
While debugging, I noticed their name lacked the vimplugin prefix,
making them a bit harder to diagnose if the derivation was the vimplugin
or not.
So I hardcoded 'namePrefix' (why let the user change that ?) and moved
it to toVimPlugin so it applies to lua-based plugins as well.
Before this PR:
➜ nix-build -A vimPlugins.plenary-nvim
/nix/store/zyvdf7c1k4q2ykg6jydpf5c31g9j921s-lua5.1-plenary.nvim-scm-1-unstable-2024-03-25
After this PR
➜ nix-build -A vimPlugins.plenary-nvim
/nix/store/dy4rjzjbhshi109i6969f39vd9xbjgs1-vimplugin-lua5.1-plenary.nvim-scm-1-unstable-2024-03-25
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
