We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa4a31 commit 11e1c86Copy full SHA for 11e1c86
lua/obsidian/completion/plugin_initializers/blink.lua
@@ -25,7 +25,7 @@ local function add_provider(blink, provider_name, provider_module, provider_opts
25
end,
26
}
27
opts = vim.tbl_deep_extend("force", opts, provider_opts)
28
- blink.add_provider(provider_name, opts)
+ blink.add_source_provider(provider_name, opts)
29
end
30
31
-- Ran once on the plugin startup
0 commit comments