mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/cmp/sources: use mkNeovimPlugin instead of mkVimPlugin for source plugins
This commit is contained in:
parent
11e8a5dbc6
commit
6a9d840370
1 changed files with 6 additions and 2 deletions
|
@ -14,8 +14,12 @@
|
||||||
imports ? [ ],
|
imports ? [ ],
|
||||||
...
|
...
|
||||||
}@args:
|
}@args:
|
||||||
lib.nixvim.vim-plugin.mkVimPlugin (
|
lib.nixvim.neovim-plugin.mkNeovimPlugin (
|
||||||
builtins.removeAttrs args [
|
{
|
||||||
|
hasSettings = false;
|
||||||
|
callSetup = false;
|
||||||
|
}
|
||||||
|
// builtins.removeAttrs args [
|
||||||
"pluginName"
|
"pluginName"
|
||||||
"sourceName"
|
"sourceName"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue