and exclude pattern

This commit is contained in:
Andrew Tomaka 2016-06-08 17:11:24 -04:00
parent e34efb8243
commit 9ec6655393

3
vimrc
View file

@ -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()