Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 991 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 991 Bytes

vim-a2

The vim-a2 plugin adds A2 Programming Language support for Vim including syntax highlighting.

Copyright © 2022 Taeber Rapczak <taeber@rapczak.com>

License: MIT

Screenshot of plugin in use

Installation

Using Vim 8 packages:

git clone https://github.com/taeber/vim-a2 ~/.vim/pack/plugins/start/vim-a2

Using pathogen:

git clone https://github.com/taeber/vim-a2 ~/.vim/bundles/vim-a2

Configuration

Too much color? To disable highlighting identifiers:

:let g:a2_highlight_idents=0
:e

See Also