mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
plugins/copilot-cmp: move to by-name, migrate to mkNeovimPlugin
This commit is contained in:
parent
7aed1c4b57
commit
5d6e83d8ab
5 changed files with 87 additions and 74 deletions
|
@ -173,10 +173,6 @@ let
|
|||
pluginName = "cmp-zsh";
|
||||
sourceName = "zsh";
|
||||
}
|
||||
{
|
||||
pluginName = "copilot-cmp";
|
||||
sourceName = "copilot";
|
||||
}
|
||||
{
|
||||
pluginName = "crates-nvim";
|
||||
sourceName = "crates";
|
||||
|
@ -189,7 +185,6 @@ in
|
|||
{
|
||||
# For extra cmp plugins
|
||||
imports = [
|
||||
./copilot-cmp.nix
|
||||
./crates-nvim.nix
|
||||
] ++ pluginModules;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue