mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Revert "plugins/cmp/sources: use mkNeovimPlugin instead of mkVimPlugin for source plugins"
This reverts commit 6a9d840370
.
This commit is contained in:
parent
2b7f17b6de
commit
37608b4627
1 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue