plugins/cmp-ai: move to by-name

This commit is contained in:
Gaetan Lepage 2024-12-18 18:55:45 +01:00
parent f1addaaddf
commit a61193abcc
4 changed files with 89 additions and 100 deletions

View file

@ -10,10 +10,6 @@ let
# More complex cmp sources can instead be defined as their own plugin
# and register their source-name association using the `cmpSourcePlugins` option.
sources = [
{
pluginName = "cmp-ai";
sourceName = "cmp_ai";
}
{
pluginName = "cmp-async-path";
sourceName = "async_path";
@ -202,7 +198,6 @@ in
# For extra cmp plugins
imports = [
./copilot-cmp.nix
./cmp-ai.nix
./cmp-git.nix
./cmp-tabnine.nix
./crates-nvim.nix