mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 ? [ ],
|
||||
...
|
||||
}@args:
|
||||
lib.nixvim.vim-plugin.mkVimPlugin (
|
||||
builtins.removeAttrs args [
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin (
|
||||
{
|
||||
hasSettings = false;
|
||||
callSetup = false;
|
||||
}
|
||||
// builtins.removeAttrs args [
|
||||
"pluginName"
|
||||
"sourceName"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue