mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/cmp: refactor source-plugin internal mechanics
This commit is contained in:
parent
892caa9b40
commit
dc038244f8
3 changed files with 65 additions and 57 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
with lib; let
|
||||
cmpLib = import ../cmp-helpers.nix {inherit lib config helpers pkgs;};
|
||||
cmpSourcesPluginNames = attrValues cmpLib.pluginAndSourceNames;
|
||||
cmpSourcesPluginNames = attrValues (import ../sources.nix);
|
||||
pluginModules =
|
||||
map
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue