From 78c41dd58736ad9e7701d8613d5ab4d229f62ac2 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Fri, 15 Apr 2022 09:57:24 +0800 Subject: [PATCH] fix(commit): disable `cindent` for git commit buffer --- .SpaceVim.d/ftplugin/git-commit.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.SpaceVim.d/ftplugin/git-commit.vim b/.SpaceVim.d/ftplugin/git-commit.vim index fecb2acac..6f0e047f7 100644 --- a/.SpaceVim.d/ftplugin/git-commit.vim +++ b/.SpaceVim.d/ftplugin/git-commit.vim @@ -1 +1,2 @@ setl omnifunc=SpaceVim#plugins#gitcommit#complete +setl nocindent