From 9ec66553938853f8868dd03aa2f24d70679f5fcb Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 8 Jun 2016 17:11:24 -0400 Subject: [PATCH] and exclude pattern --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 34b7577..d72105d 100644 --- a/vimrc +++ b/vimrc @@ -226,6 +226,9 @@ let g:lightline = { " go let g:go_fmt_command = "goimports" +" editorconfig with fugitive +let g:EditorConfig_exclude_patterns = ['fugitive://.*'] + " Functions " Toggle relative line numbers and cursorline; useful for long line files function! LargeFileToggle()