mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
plugins/cmp-git: move to by-name
This commit is contained in:
parent
a61193abcc
commit
520c2868eb
6 changed files with 300 additions and 304 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue