Disable EditorConfig plugin for Git commits
1 files changed, 6 insertions(+), 0 deletions(-) M .vimrc
M .vimrc => .vimrc +6 -0
@@ 116,3 116,9 @@ nmap <Leader>T :ts<CR> " Un-highlight all search results nmap <Leader>c :nohlsearch<CR> "------------------------------------------------------------------------------ " Plugin configuration "------------------------------------------------------------------------------ " Disable EditorConfig for git commits au FileType gitcommit let b:EditorConfig_disable = 1