summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 1ff531f..06a091a 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -65,6 +65,7 @@ Plugin 'unimpaired.vim'
" i3 Syntax highlighting
Plugin 'PotatoesMaster/i3-vim-syntax'
-" Coffee Script support
-Plugin 'kchmck/vim-coffee-script'
+" LiveScript support
+Plugin 'necoro/vim-ls'
+
filetype plugin indent on " required!