vim: Remove file type restriction for rainbow_csv
This commit is contained in:
parent
30ca3ef43b
commit
c847281e8e
|
@ -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' }
|
||||
|
||||
|
|
Reference in a new issue