mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-26 09:18:31 -05:00
4 lines
127 B
VimL
4 lines
127 B
VimL
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
|
|
|
autocmd FileType gitcommit let b:EditorConfig_disable = 1
|