From 18ffb82295aba23afce4901ab3993b2cfe5e573c Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 26 Jun 2013 22:58:00 +0200 Subject: [PATCH] slim filetype support --- bundles.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles.vim b/bundles.vim index 32c450f..48e1761 100644 --- a/bundles.vim +++ b/bundles.vim @@ -38,6 +38,7 @@ Bundle 'timcharper/textile.vim' Bundle 'jnurmine/Zenburn' Bundle 'mattn/zencoding-vim' Bundle 'Lokaltog/vim-distinguished' +Bundle 'slim-template/vim-slim' filetype plugin indent on syntax on