Skip to content

Commit

Permalink
Revert "plugins/cmp/sources: use mkNeovimPlugin instead of mkVimPlugi…
Browse files Browse the repository at this point in the history
…n for source plugins"

This reverts commit 6a9d840.
  • Loading branch information
GaetanLepage committed Dec 19, 2024
1 parent 2b7f17b commit 37608b4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions plugins/cmp/sources/_mk-cmp-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
imports ? [ ],
...
}@args:
lib.nixvim.neovim-plugin.mkNeovimPlugin (
{
hasSettings = false;
callSetup = false;
}
// builtins.removeAttrs args [
lib.nixvim.vim-plugin.mkVimPlugin (
builtins.removeAttrs args [
"pluginName"
"sourceName"
]
Expand Down

0 comments on commit 37608b4

Please sign in to comment.