mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: add rainbow csv plugin
This commit is contained in:
parent
f8c767bf98
commit
b7f6ea2fc9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user