1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Disabled, but interesting csv.vim

This commit is contained in:
2016-02-02 12:51:17 +01:00
parent 045f0a725a
commit 0f1df639a1

3
.vimrc
View File

@@ -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