plugins/obsidian: adapt options (now using the obsidian-nvim community fork)

This commit is contained in:
Gaetan Lepage 2025-03-24 09:13:18 +01:00 committed by Gaétan Lepage
parent db01a0dd97
commit c9597b37d8
3 changed files with 44 additions and 7 deletions

View file

@ -215,6 +215,10 @@ in
defaultText = lib.literalMD "`true` if `plugins.cmp.enable` is enabled (otherwise `null`).";
};
blink = defaultNullOpts.mkBool false ''
Enable completion using blink.cmp.
'';
min_chars = defaultNullOpts.mkUnsignedInt 2 ''
Trigger completion at this many chars.
'';
@ -263,6 +267,7 @@ in
"telescope.nvim"
"fzf-lua"
"mini.pick"
"snacks.pick"
])
''
Set your preferred picker.