Awesome
vim-ember-script
vim-ember-script
adds ember-script support to vim.
Features:
- detects
*.em
files asember-script
- sets standard coding style (two-space indentation)
- smart indentation
- syntax highlighting
This plugin contributes to vim-polyglot language pack.
Install
vim-ember-script
expects vim-coffee-script
to be present. Make sure you install it too.
Vundle
Get vundle.
.vimrc
:
Bundle 'yalesov/vim-ember-script'
Launch vim, :BundleInstall
.
Pathogen
Get pathogen.vim.
$ cd ~/.vim/bundle
$ git clone https://github.com/yalesov/vim-ember-script.git
Manual install
Download and
extract all scripts into ~/.vim
/ $HOME\vimfiles
.
License
ISC