plugins/cmp: remove helpers

This commit is contained in:
Austin Horstman 2024-10-06 10:05:31 -05:00
parent 62b87e5b56
commit 08cac4a5c0
No known key found for this signature in database
12 changed files with 113 additions and 112 deletions

View file

@ -1,6 +1,5 @@
{
lib,
helpers,
pkgs,
...
}:
@ -15,7 +14,7 @@
imports ? [ ],
...
}@args:
helpers.vim-plugin.mkVimPlugin (
lib.nixvim.vim-plugin.mkVimPlugin (
builtins.removeAttrs args [
"pluginName"
"sourceName"