Skip to content

Commit ced2b71

Browse files
committed
fix(godot): use built in blink completion
1 parent 53251e1 commit ced2b71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/astrocommunity/pack/godot/init.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,11 @@ return {
6666
{
6767
"Saghen/blink.cmp",
6868
optional = true,
69-
dependencies = "QuickGD/quickgd.nvim",
70-
specs = { "Saghen/blink.compat", version = "*", lazy = true, opts = {} },
7169
opts = {
7270
sources = {
7371
default = { "quickgd" },
7472
providers = {
75-
quickgd = { name = "quickgd", module = "blink.compat.source", score_offset = 1 },
73+
quickgd = { name = "quickgd", module = "quickgd.blink", score_offset = 1 },
7674
},
7775
},
7876
},

0 commit comments

Comments
 (0)