What's new
Added 🎉
- Custom
includeexprto allow goto file actions, like:h gf,:h CTRL-W_fand:h CTRL-W_gf - Support
obsidian-headlesssync client. :Obsidian syncfor a menu to manage sync state.
Fixed ✅
- Command completion no longer appear for commands that are disabled through
module.enabled. - Definition will properly filter on matched anchors and blocks.
- Do not throw an error when blink.cmp's per_filetype config for markdown is not a list.
Commits
dec6573 chore(release): bump version to v3.16.2 for release
af114f8 chore(docs): auto generate docs
e88d1fc feat: headless sync (#790)
5ecc62f feat: custom includeexpr to allow goto file actions (#796)
4d71cab docs: add antinomie8 as a contributor for code (#795)
6a207b0 fix(blink): don't check blink.cmp markdown config isn't a list (#793)
9012498 fix(lsp): definition will properly filter on anchors and blocks (#794)
327a8e9 fix: no disabled command in cmdline completion