It's recommended to use a plugin manager to install the jac-vim plugin, Here is how to do with some popular plugin managers.
Using vim-plug
Add a new plugin entry to your .vimrc
(or init.vim
on neovim):
Plug 'Jaseci-Labs/jac-vim'
Run vim
and update the bundles with:
:PlugInstall
Using vundle
Add a new plugin entry to your .vimrc
(or init.vim
on neovim):
Plugin 'Jaseci-Labs/jac-vim'
Run vim
and update the bundles with:
:PluginInstall!