asm2d-vim

Vim plugin for the asm2d assembly language

View the Project on GitHub tapichu/asm2d-vim

asm2d-vim

asm2d-vim is a lightweight Vim plugin to add syntax highlighting to assembly files for the asm2d assembler.

It also adds syntax highlighting to MIF files.

And it configures the program used by the :make command.

Requirements

Vim 7.3+.

Installation

Using pathogen

cd ~/.vim
mkdir -p bundle && cd bundle
git clone git://github.com/tapichu/asm2d-vim.git

Using vundle

Add a new bundle to your .vimrc:

Bundle 'tapichu/asm2d-vim'

Run vim and update your bundles:

:BundleInstall!

Manually

Copy (or symlink) the contents of this repository into the vim application support directory:

git clone git://github.com/tapichu/asm2d-vim.git
cd asm2d-vim
cp -R * ~/.vim

Authors and Contributors

Eduardo López Biagi (@tapichu).

More Information