1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 18:00:59 +01:00

treewide: infer packPathName menial work

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-09-27 03:04:06 +02:00 committed by Matt Sturgeon
parent 3cd56fced4
commit c4b27080a6
319 changed files with 0 additions and 320 deletions

View file

@ -8,7 +8,6 @@ with lib;
# `globalPrefix` argument to avoid the creation of the `settings` option.
lib.nixvim.plugins.mkVimPlugin {
name = "improved-search";
packPathName = "improved-search.nvim";
package = "improved-search-nvim";
description = "It's a Neovim plugin that improves the search experience.";