Added a new module called cmp which can be disabled in config.
This pull request gives autocompletion support when typing in insert mode.
Here are some imaegs
One has to add the new source called 'mkdnflow' in their nvim-cmp config. This cmp source will work only inside a working zencaster notebook where a root directory is identified.
All the .md files in the notebook are displayed in the completion menu, without any foldername or extension. A valid link is inserted after selection.
Thanks for contributing this @kvngvikram--looks great! Sorry I've been a bit slow to reply to this and your issue. Will take a look at and merge this ASAP.
Added a new module called cmp which can be disabled in config.
This pull request gives autocompletion support when typing in insert mode. Here are some imaegs
One has to add the new source called 'mkdnflow' in their nvim-cmp config. This cmp source will work only inside a working zencaster notebook where a root directory is identified.
All the .md files in the notebook are displayed in the completion menu, without any foldername or extension. A valid link is inserted after selection.
Bibliography file parsing is taken from cmp-pandoc-references