vim: Remove file type restriction for rainbow_csv

This commit is contained in:
Simon Bruder 2020-05-07 22:56:00 +02:00
parent 30ca3ef43b
commit c847281e8e
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -12,7 +12,7 @@ Plug 'ElmCast/elm-vim', { 'for': 'elm' }
Plug 'Glench/Vim-Jinja2-Syntax', { 'for': 'jinja' }
Plug 'cespare/vim-toml', { 'for': 'toml' }
Plug 'fatih/vim-go', { 'for': 'go', 'do': ':GoUpdateBinaries' }
Plug 'mechatroner/rainbow_csv', { 'for': ['csv', 'tsv'] }
Plug 'mechatroner/rainbow_csv'
Plug 'posva/vim-vue', { 'for': 'vue' }
Plug 'sirtaj/vim-openscad', { 'for': 'openscad' }