From 8773349238759aeb9c15cd1630f01245e1b3786d Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 25 Jan 2022 10:55:13 +0100 Subject: [PATCH] vim: fix rainbowcsv plug config --- vim/plugs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugs.vim b/vim/plugs.vim index 7f0bd8d..fbbd996 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -12,7 +12,7 @@ Plug 'tpope/vim-sensible' " Colorscheme Plug 'https://github.com/morhetz/gruvbox' " Csv files 🤦" -Plug 'https://github.com/mechatroner/rainbow_csv' ", { 'for': 'csv' } +Plug 'https://github.com/mechatroner/rainbow_csv', { 'for': 'csv' } " Asynchronous Linting Engine Plug 'https://github.com/dense-analysis/ale'