From 601a16f07d2bd94977e2578d4a508a8c2c26c462 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 1 Oct 2021 10:38:12 +0200 Subject: [PATCH] vim: load CSV module on-demand --- vim/plugs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugs.vim b/vim/plugs.vim index 4c2e632..f0bf00c 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -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