From 0f1df639a13f44cc72f82810b2cd518228be85b9 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 2 Feb 2016 12:51:17 +0100 Subject: [PATCH] Disabled, but interesting csv.vim --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index d7f6580..867b7cf 100644 --- a/.vimrc +++ b/.vimrc @@ -181,6 +181,9 @@ Plugin 'scrooloose/nerdcommenter' " Highlight colours in CSS (and html) files Plugin 'ap/vim-css-color' +" CSV filetype plugin +"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;) + " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required