1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00

vim: add rainbow csv plugin

This commit is contained in:
bretello 2021-11-16 14:42:56 +01:00
parent f8c767bf98
commit b7f6ea2fc9

View File

@ -12,7 +12,8 @@ Plug 'tpope/vim-sensible'
" Colorscheme " Colorscheme
Plug 'https://github.com/morhetz/gruvbox' Plug 'https://github.com/morhetz/gruvbox'
" Csv files 🤦" " 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 " Asynchronous Linting Engine
Plug 'https://github.com/dense-analysis/ale' Plug 'https://github.com/dense-analysis/ale'
" Git " Git