mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11: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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user