plugins/cmp-tabby: move to by-name

This commit is contained in:
Gaetan Lepage 2024-12-18 18:42:03 +01:00
parent 6e52e32d40
commit 5abe382c54
4 changed files with 51 additions and 75 deletions

View file

@ -5,6 +5,7 @@
...
}@args:
let
# A list of most cmp source plugins, passed to mkCmpSourcePlugin.
# More complex cmp sources can instead be defined as their own plugin
# and register their source-name association using the `cmpSourcePlugins` option.
@ -145,10 +146,6 @@ let
pluginName = "cmp-spell";
sourceName = "spell";
}
{
pluginName = "cmp-tabby";
sourceName = "cmp_tabby";
}
{
pluginName = "cmp-tabnine";
sourceName = "cmp_tabnine";
@ -205,7 +202,6 @@ in
./cmp-ai.nix
./cmp-fish.nix
./cmp-git.nix
./cmp-tabby.nix
./cmp-tabnine.nix
./crates-nvim.nix
] ++ pluginModules;