Set pname of Vim plugin

This commit is contained in:
Daniel Thwaites 2021-09-16 17:22:36 +01:00
parent 862630cb48
commit ab7aa8b53e
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -10,6 +10,7 @@ let
themePlugin = pkgs.vimUtils.buildVimPlugin {
name = "stylix";
pname = "stylix";
src = base16-vim;
data = config.lib.stylix.base16.json;