mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: fix rainbowcsv plug config
This commit is contained in:
parent
afb1a7a795
commit
8773349238
|
@ -12,7 +12,7 @@ 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/mechatroner/rainbow_csv' ", { 'for': 'csv' }
|
Plug 'https://github.com/mechatroner/rainbow_csv', { 'for': 'csv' }
|
||||||
|
|
||||||
" Asynchronous Linting Engine
|
" Asynchronous Linting Engine
|
||||||
Plug 'https://github.com/dense-analysis/ale'
|
Plug 'https://github.com/dense-analysis/ale'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user