- rainbow curly braces with a matching colour for
⍺,⍵,∇, and: - use backquote as a prefix key, e.g.
`ifor⍳,`rfor⍴(configurable throughg:apl_prefix_key) <c-x><c-u>completion for quad names, keywords, and system commands
- If necessary, setup Vundle
- Add
Plugin https://github.com/PyGamer0/vim-aplto.vimrc:
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'https://github.com/PyGamer0/vim-apl'
call vundle#end()
- Save
.vimrcand runvim +PluginInstall +qall