summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2014-08-26 10:44:30 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2014-08-26 10:45:46 +0200
commit1248b374feed3dfca35e71f71f82b16c7e2d1795 (patch)
treea021e84f529a8bdbaf3e71871a81cf179419542b /.vim/bundles.vim
parent7988cee5ee655d7866ead6faaaaea7d19d6c8362 (diff)
downloaddotfiles-1248b374feed3dfca35e71f71f82b16c7e2d1795.tar.gz
dotfiles-1248b374feed3dfca35e71f71f82b16c7e2d1795.tar.bz2
dotfiles-1248b374feed3dfca35e71f71f82b16c7e2d1795.zip
[vim] Update Vundle; add vim-ls
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!