Syntax highlighting for OftLisp in Vim and Neovim.
call plug#begin()
" ...
Plug 'oftlisp/vim-oftlisp'
" ...
call plug#end()
if dein#load_state('...')
call dein#begin('...')
" ...
call dein#add('oftlisp/vim-oftlisp')
" ...
call dein#end()
call dein#save_state()
endif