This commit is contained in:
iofq 2025-05-17 04:29:48 -05:00
parent 2bab00d2e3
commit f47fc0f76f
8 changed files with 118 additions and 8 deletions

View file

@ -5,6 +5,7 @@ return {
dependencies = {
'mikavilpas/blink-ripgrep.nvim',
'fang2hou/blink-copilot',
'nvim-orgmode/orgmode',
},
opts = {
fuzzy = {
@ -23,6 +24,9 @@ return {
'ripgrep',
'copilot',
},
per_filetype = {
org = { 'orgmode' },
},
providers = {
snippets = {
score_offset = -20,
@ -47,6 +51,11 @@ return {
},
},
},
orgmode = {
name = 'Orgmode',
module = 'orgmode.org.autocompletion.blink',
fallbacks = { 'buffer' },
},
},
},
cmdline = {