Skip to content

sheerun/vim-ember-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install

vim-ember-script expects vim-coffee-script to be present. Make sure you install it too.

Vundle

Get vundle.

.vimrc:

Bundle 'heartsentwined/vim-ember-script'

Launch vim, :BundleInstall.

Pathogen

Get pathogen.vim.

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

Manual install

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

License

GPL 3.0

About

Adds ember-script support to vim.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%