diff options
Diffstat (limited to 'configs/rcs/vim/after')
-rw-r--r-- | configs/rcs/vim/after/ftplugin/gitcommit.vim | 1 | ||||
-rw-r--r-- | configs/rcs/vim/after/ftplugin/gitconfig.vim | 1 | ||||
-rw-r--r-- | configs/rcs/vim/after/ftplugin/go.vim | 1 | ||||
-rw-r--r-- | configs/rcs/vim/after/syntax/gitcommit.vim | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/configs/rcs/vim/after/ftplugin/gitcommit.vim b/configs/rcs/vim/after/ftplugin/gitcommit.vim deleted file mode 100644 index bcda2dd..0000000 --- a/configs/rcs/vim/after/ftplugin/gitcommit.vim +++ /dev/null @@ -1 +0,0 @@ -setlocal spell diff --git a/configs/rcs/vim/after/ftplugin/gitconfig.vim b/configs/rcs/vim/after/ftplugin/gitconfig.vim deleted file mode 100644 index e2c8736..0000000 --- a/configs/rcs/vim/after/ftplugin/gitconfig.vim +++ /dev/null @@ -1 +0,0 @@ -setlocal noexpandtab shiftwidth=0 diff --git a/configs/rcs/vim/after/ftplugin/go.vim b/configs/rcs/vim/after/ftplugin/go.vim deleted file mode 100644 index 6f5fe3d..0000000 --- a/configs/rcs/vim/after/ftplugin/go.vim +++ /dev/null @@ -1 +0,0 @@ -setlocal nolist diff --git a/configs/rcs/vim/after/syntax/gitcommit.vim b/configs/rcs/vim/after/syntax/gitcommit.vim deleted file mode 100644 index 0743f49..0000000 --- a/configs/rcs/vim/after/syntax/gitcommit.vim +++ /dev/null @@ -1 +0,0 @@ -highlight link gitcommitOverflow Error |