mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
fix(vimPlugins): name -> pname
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
vimUtils,
|
||||
fetchFromGitHub,
|
||||
}: (vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "vim-reason-plus";
|
||||
pname = "vim-reason-plus";
|
||||
version = "c11a2940";
|
||||
src = fetchFromGitHub {
|
||||
owner = "reasonml-editor";
|
||||
repo = "vim-reason-plus";
|
||||
|
||||
Reference in New Issue
Block a user