diff options
Diffstat (limited to 'indent/gitconfig.vim')
-rw-r--r-- | indent/gitconfig.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/gitconfig.vim b/indent/gitconfig.vim index 8eece5d3..b6453d21 100644 --- a/indent/gitconfig.vim +++ b/indent/gitconfig.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'git') == -1 + " Vim indent file " Language: git config file " Maintainer: Tim Pope <vimNOSPAM@tpope.org> @@ -35,3 +37,5 @@ function! GetGitconfigIndent() return -1 endif endfunction + +endif |