NOTE: Due to how well the obsidian plugin latex suit works, I will be archiving this plugin as the usecase for me, namely writing latex, has faded away. The code is pretty modular and fairly clean, if this interests you, feel free to fork :)
See the neovim plugin for more information.
- Download & Compile the plugin:
git clone https://github.com/B4rc1/obsidian-neovim-companion /path/to/vault/.obsidian/plugins/obsidian-neovim-companion
cd /path/to/vault/.obsidian/plugins/obsidian-neovim-companion
npm run-script build
- enable in obsidian settings like any other plugin
- when you want to update, cd into
/path/to/vault/.obsidian/plugins/obsidian-neovim-companion
and rungit pull