mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/cmp: refactor source->plugin association
Introduce the internal option `cmpSourcePlugins` where plugins can register their nvim-cmp source name association.
This commit is contained in:
parent
bd422db9ba
commit
3a8d4fee35
6 changed files with 137 additions and 100 deletions
|
@ -57,7 +57,6 @@ let
|
|||
inherit pkgs lib helpers;
|
||||
config = { };
|
||||
};
|
||||
cmp-sources = import ../plugins/completion/cmp/sources.nix;
|
||||
};
|
||||
inherit namespace;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue