vim: add rainbow csv plugin

pull/6/head
bretello 2021-11-16 14:42:56 +01:00
parent f8c767bf98
commit b7f6ea2fc9
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ Plug 'tpope/vim-sensible'
" Colorscheme
Plug 'https://github.com/morhetz/gruvbox'
" Csv files 🤦"
Plug 'https://github.com/chrisbra/csv.vim', {'on': 'CSV'}
Plug 'https://github.com/mechatroner/rainbow_csv', { 'for': 'csv' }
Plug 'https://github.com/chrisbra/csv.vim', {'for': 'csv'}
" Asynchronous Linting Engine
Plug 'https://github.com/dense-analysis/ale'
" Git