summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-09-10 11:24:31 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-09-10 11:24:32 +0200
commit55dada5173b913daae8566ef7ec9b5ad71d33b0a (patch)
treec62e04b8b8a24c5859bffcdf7015d3ca3b051c18 /.vim
parente8e16dc19a11b0c96080ae31a5a34d1e741644cf (diff)
downloaddotfiles-55dada5173b913daae8566ef7ec9b5ad71d33b0a.tar.gz
dotfiles-55dada5173b913daae8566ef7ec9b5ad71d33b0a.tar.bz2
dotfiles-55dada5173b913daae8566ef7ec9b5ad71d33b0a.zip
Node/NPM preparation
Diffstat (limited to '.vim')
-rw-r--r--.vim/bundles.vim2
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!