mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(nvim-cmp): set high prio for loading the nvim-cmp extra to prevent issues with opts
This commit is contained in:
parent
c4b0d6d0d1
commit
adf8db69ed
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
local prios = {
|
||||
["lazyvim.plugins.extras.test.core"] = 1,
|
||||
["lazyvim.plugins.extras.dap.core"] = 1,
|
||||
["lazyvim.plugins.extras.coding.nvim-cmp"] = 2,
|
||||
["lazyvim.plugins.extras.ui.edgy"] = 2,
|
||||
["lazyvim.plugins.extras.lang.typescript"] = 5,
|
||||
["lazyvim.plugins.extras.coding.blink"] = 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue