From b7f6ea2fc9c4db6cb601cf36d42f30efad726d20 Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 16 Nov 2021 14:42:56 +0100 Subject: [PATCH] vim: add rainbow csv plugin --- vim/plugs.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/plugs.vim b/vim/plugs.vim index 8a17091..25b54e3 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -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