mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Disabled, but interesting csv.vim
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -181,6 +181,9 @@ Plugin 'scrooloose/nerdcommenter'
|
|||||||
" Highlight colours in CSS (and html) files
|
" Highlight colours in CSS (and html) files
|
||||||
Plugin 'ap/vim-css-color'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|||||||
Reference in New Issue
Block a user