Vim syntax/identation support for ORCA.
If you use Vim plugin managers like vim-plug, Vundle, pathogen.vim, or dein.vim, use this GitHub repository as a package. If you don't have a preferred plugin manager and you use Vim 8 or Neovim, volt is recommended.
Clone this GitHub repository into
~/.vim/pack/foo/start (Vim 8) or
~/.local/share/nvim/site/pack/foo/start (Neovim). The directory name foo is
arbitrary. See :help packages.
Download the package
and copy ftdetect, indent, and syntax directories to ~/.vim (Vim) or
~/.config/nvim (Neovim).