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
|
" go
|
||||||
let g:go_fmt_command = "goimports"
|
let g:go_fmt_command = "goimports"
|
||||||
|
|
||||||
|
" editorconfig with fugitive
|
||||||
|
let g:EditorConfig_exclude_patterns = ['fugitive://.*']
|
||||||
|
|
||||||
" Functions
|
" Functions
|
||||||
" Toggle relative line numbers and cursorline; useful for long line files
|
" Toggle relative line numbers and cursorline; useful for long line files
|
||||||
function! LargeFileToggle()
|
function! LargeFileToggle()
|
||||||
|
|
Loading…
Add table
Reference in a new issue