From f95d889952624338db4eb2d8628942afe9dcc5e3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Aug 2019 21:41:50 -0400 Subject: disable the csv filetype plugin it's pretty obnoxious --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 58fe375..a02fe2c 100644 --- a/vimrc +++ b/vimrc @@ -161,6 +161,7 @@ endif let g:go_highlight_functions = 1 let g:go_highlight_function_calls = 1 let g:go_highlight_types = 1 +let g:polyglot_disabled = ['csv'] " }}} " rainbow {{{ let g:rainbow = 1 -- cgit v1.2.3-54-g00ecf