/vim-emblem

Adds emblem support to vim.

Primary LanguageVim Script

vim-emblem

vim-emblem adds emblem support to vim.

Features:

  • detects *.em files as emblem
  • sets standard coding style (two-space indentation)
  • syntax highlighting

Todo:

  • indentation

Install

Vundle

Get vundle.

.vimrc:

Bundle 'heartsentwined/vim-emblem'

Launch vim, :BundleInstall.

Pathogen

Get pathogen.vim.

$ cd ~/.vim/bundle
$ git clone https://github.com/heartsentwined/vim-emblem.git

Manual install

Download and extract all scripts into ~/.vim / $HOME\vimfiles.

License

GPL 3.0