plugins/cmp-git: move to by-name

This commit is contained in:
Gaetan Lepage 2024-12-18 22:29:56 +01:00
parent a61193abcc
commit 520c2868eb
6 changed files with 300 additions and 304 deletions

View file

@ -69,10 +69,6 @@ let
pluginName = "cmp-fuzzy-path";
sourceName = "fuzzy_path";
}
{
pluginName = "cmp-git";
sourceName = "git";
}
{
pluginName = "cmp-greek";
sourceName = "greek";
@ -198,7 +194,6 @@ in
# For extra cmp plugins
imports = [
./copilot-cmp.nix
./cmp-git.nix
./cmp-tabnine.nix
./crates-nvim.nix
] ++ pluginModules;