1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

remove rec

This commit is contained in:
2025-12-25 08:33:18 +01:00
parent 3a6428982f
commit 213d2da55b
22 changed files with 121 additions and 170 deletions

View File

@@ -64,10 +64,9 @@
vim-repeat
vim-sensible
vim-surround
(vimUtils.buildVimPlugin rec {
(vimUtils.buildVimPlugin {
pname = "vim-dim";
version = "1.1.0";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "jeffkreeftmeijer";
repo = pname;