vim: fix rainbowcsv plug config

pull/6/head
bretello 2022-01-25 10:55:13 +01:00
parent afb1a7a795
commit 8773349238
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

View File

@ -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'