From 1248b374feed3dfca35e71f71f82b16c7e2d1795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 26 Aug 2014 10:44:30 +0200 Subject: [vim] Update Vundle; add vim-ls --- .vim/bundles.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.vim/bundles.vim') 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! -- cgit v1.2.3