feat: make copilot work when using blink (not as completion source)

This commit is contained in:
Folke Lemaitre 2024-11-01 18:29:01 +01:00
parent f188c5729e
commit 04c2a831c4
3 changed files with 60 additions and 7 deletions

View file

@ -4,6 +4,7 @@ local prios = {
["lazyvim.plugins.extras.dap.core"] = 1,
["lazyvim.plugins.extras.ui.edgy"] = 2,
["lazyvim.plugins.extras.lang.typescript"] = 5,
["lazyvim.plugins.extras.coding.blink"] = 5,
["lazyvim.plugins.extras.formatting.prettier"] = 10,
-- default priority is 50
["lazyvim.plugins.extras.editor.aerial"] = 100,