plugins/nvim-cmp,copilot-cmp: change plugin for copilot completion source

This commit is contained in:
Gaetan Lepage 2023-06-22 10:21:24 +02:00 committed by Gaétan Lepage
parent 660c865928
commit 0c0c3b2d9d
3 changed files with 68 additions and 1 deletions

View file

@ -11,6 +11,7 @@ in {
# For extra cmp plugins
imports =
[
./copilot-cmp.nix
./cmp-tabnine.nix
./crates-nvim.nix
]