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