AutoYADM commit: 2025-01-21 19:30:06
This commit is contained in:
parent
b71f38afe4
commit
87e52c78ac
1 changed files with 17 additions and 0 deletions
|
@ -5,12 +5,22 @@ end
|
|||
|
||||
return {
|
||||
{ "giuxtaposition/blink-cmp-copilot", enabled = false },
|
||||
{
|
||||
"saghen/blink.compat",
|
||||
-- version = '*',
|
||||
lazy = true,
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
-- opts_extend = {"sources"},
|
||||
dependencies = {
|
||||
"f3fora/cmp-spell",
|
||||
},
|
||||
opts = {
|
||||
sources = {
|
||||
-- default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" },
|
||||
-- compat = { "spell" },
|
||||
default = { "lsp", "snippets", "path", "lazydev", "buffer", "orgmode" },
|
||||
-- default = function()
|
||||
-- if vim.bo.filetype == "org" then
|
||||
|
@ -24,6 +34,13 @@ return {
|
|||
name = "Orgmode",
|
||||
module = "orgmode.org.autocompletion.blink",
|
||||
},
|
||||
spell = {
|
||||
name = "spell",
|
||||
module = "blink.compat.source",
|
||||
opts = {
|
||||
preselect_correct_word = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
appearance = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue