vim: load CSV module on-demand

feature/improve-speed
bretello 2021-10-01 10:38:12 +02:00
parent 8f481eb4b7
commit 601a16f07d
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/chrisbra/csv.vim'
Plug 'https://github.com/chrisbra/csv.vim', {'on': 'CSV'}
" Asynchronous Linting Engine
Plug 'https://github.com/dense-analysis/ale'
" Git