mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: load CSV module on-demand
This commit is contained in:
parent
8f481eb4b7
commit
601a16f07d
|
@ -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/chrisbra/csv.vim'
|
Plug 'https://github.com/chrisbra/csv.vim', {'on': 'CSV'}
|
||||||
" Asynchronous Linting Engine
|
" Asynchronous Linting Engine
|
||||||
Plug 'https://github.com/dense-analysis/ale'
|
Plug 'https://github.com/dense-analysis/ale'
|
||||||
" Git
|
" Git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user