mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
org mode
This commit is contained in:
parent
2bab00d2e3
commit
f47fc0f76f
8 changed files with 118 additions and 8 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue