random rice

This commit is contained in:
iofq 2025-05-20 21:07:57 -05:00
parent f47fc0f76f
commit 47a2d487da
9 changed files with 46 additions and 129 deletions

View file

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