mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat: make copilot work when using blink (not as completion source)
This commit is contained in:
parent
f188c5729e
commit
04c2a831c4
3 changed files with 60 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue