mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
plugins/cmp-ai: move to by-name
This commit is contained in:
parent
f1addaaddf
commit
a61193abcc
4 changed files with 89 additions and 100 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue