This commit is contained in:
2026-03-19 16:14:24 -05:00
parent 24d5bcc047
commit 792a99bf0f
15 changed files with 242 additions and 145 deletions

View File

@@ -14,12 +14,20 @@ plugin({
},
-- (Default) Only show the documentation popup when manually triggered
completion = { documentation = { auto_show = true } },
completion = {
list = {
selection = {
preselect = false,
auto_select = false,
},
},
documentation = { auto_show = true },
},
-- Default list of enabled providers defined so that you can extend it
-- elsewhere in your config, without redefining it, due to `opts_extend`
sources = {
default = { "obsidian", "obsidian_new", "obsidian_tags", "lsp", "path", "snippets", "buffer", "copilot" },
default = { "lsp", "path", "snippets", "buffer", "copilot" },
-- default = { "obsidian", "obsidian_new", "obsidian_tags", "lsp", "path", "snippets", "buffer" },
providers = {
snippets = {