Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 962 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 962 Bytes

vim-ember-script

vim-ember-script adds ember-script support to vim.

Features:

  • detects *.em files as ember-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