vim-emblem
July 6, 2016 ยท View on GitHub
vim-emblem adds emblem support to vim.
Features:
- detects
.emand.emblemfiles asemblem- if vim-ember-script
is also included, then
.emwill not clash with ember-script, i.e..emblem=emblemand.em=ember-script
- if vim-ember-script
is also included, then
- sets standard coding style (two-space indentation)
- syntax highlighting
This plugin contributes to vim-polyglot language pack.
Todo:
- indentation
Install
Vundle
Get vundle.
.vimrc:
Bundle 'yalesov/vim-emblem'
Launch vim, :BundleInstall.
Pathogen
Get pathogen.vim.
$ cd ~/.vim/bundle
$ git clone https://github.com/yalesov/vim-emblem.git
Manual install
Download and
extract all scripts into ~/.vim / $HOME\vimfiles.
License
ISC