Refactor
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user