diff options
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r-- | .vim/bundles.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim index 9040a32..56de02a 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -64,4 +64,6 @@ Bundle 'unimpaired.vim' " i3 Syntax highlighting Bundle 'PotatoesMaster/i3-vim-syntax' +" Coffee Script support +Bundle 'kchmck/vim-coffee-script' filetype plugin indent on " required! |