This plugin simply takes a base filename in an Ember.js project and will open a grid of windows for each related file.
Read the help to know more.
Using Vundle:
Just add this line to your ~/.vimrc:
Plugin 'sukima/vim-emberlayout'And run :PluginInstall inside Vim.
Using pathogen.vim:
Copy and paste in your shell:
cd ~/.vim/bundle
git clone https://github.com/sukima/vim-emberlayout.gitUsing vpm:
Run this command in your shell:
vpm insert sukima/vim-emberlayoutUsing Plug:
Just add this line to your ~/.vimrc inside plug call:
Plug 'sukima/vim-emberlayout'And run :PlugInstall inside Vim or vim +PlugInstall +qa from shell.
MIT