Skip to content

zoomlogo/vim-apl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes on usage

  • rainbow curly braces with a matching colour for , , , and :
  • use backquote as a prefix key, e.g. `i for , `r for (configurable through g:apl_prefix_key)
  • <c-x><c-u> completion for quad names, keywords, and system commands

Installation with Vundle

  • If necessary, setup Vundle
  • Add Plugin https://github.com/PyGamer0/vim-apl to .vimrc:
	call vundle#begin()
	  Plugin 'VundleVim/Vundle.vim'
	  Plugin 'https://github.com/PyGamer0/vim-apl'
	call vundle#end()
  • Save .vimrc and run vim +PluginInstall +qall

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published