and exclude pattern
This commit is contained in:
parent
e34efb8243
commit
9ec6655393
1 changed files with 3 additions and 0 deletions
3
vimrc
3
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()
|
||||
|
|
Loading…
Reference in a new issue