Skip to content

mrymtsk/orca-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ORCA-Vim

Vim syntax/identation support for ORCA.

Installation

Vim plugin manager

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.

Built-in package manager (Vim 8 or Neovim)

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.

Manual install

Download the package and copy ftdetect, indent, and syntax directories to ~/.vim (Vim) or ~/.config/nvim (Neovim).