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 {
|
return {
|
||||||
{ "giuxtaposition/blink-cmp-copilot", enabled = false },
|
{ "giuxtaposition/blink-cmp-copilot", enabled = false },
|
||||||
|
{
|
||||||
|
"saghen/blink.compat",
|
||||||
|
-- version = '*',
|
||||||
|
lazy = true,
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"saghen/blink.cmp",
|
"saghen/blink.cmp",
|
||||||
-- opts_extend = {"sources"},
|
-- opts_extend = {"sources"},
|
||||||
|
dependencies = {
|
||||||
|
"f3fora/cmp-spell",
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
sources = {
|
sources = {
|
||||||
-- default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" },
|
-- default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" },
|
||||||
|
-- compat = { "spell" },
|
||||||
default = { "lsp", "snippets", "path", "lazydev", "buffer", "orgmode" },
|
default = { "lsp", "snippets", "path", "lazydev", "buffer", "orgmode" },
|
||||||
-- default = function()
|
-- default = function()
|
||||||
-- if vim.bo.filetype == "org" then
|
-- if vim.bo.filetype == "org" then
|
||||||
|
@ -24,6 +34,13 @@ return {
|
||||||
name = "Orgmode",
|
name = "Orgmode",
|
||||||
module = "orgmode.org.autocompletion.blink",
|
module = "orgmode.org.autocompletion.blink",
|
||||||
},
|
},
|
||||||
|
spell = {
|
||||||
|
name = "spell",
|
||||||
|
module = "blink.compat.source",
|
||||||
|
opts = {
|
||||||
|
preselect_correct_word = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
appearance = {
|
appearance = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue