diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:42:27 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:42:27 -0700 |
commit | ab814a3c55add5596eff270fab08a018726f24fc (patch) | |
tree | 5e7e0f02f5482a41d2fe50ce12340714134a5c0b /configs/rcs/vim/after | |
parent | [tmux] add tmux config back (diff) | |
download | emacs.d-ab814a3c55add5596eff270fab08a018726f24fc.tar.gz |
[vim] add more syntax / ftplugin stuff
Diffstat (limited to '')
-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/syntax/gitcommit.vim | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/rcs/vim/after/ftplugin/gitcommit.vim b/configs/rcs/vim/after/ftplugin/gitcommit.vim new file mode 100644 index 0000000..bcda2dd --- /dev/null +++ b/configs/rcs/vim/after/ftplugin/gitcommit.vim @@ -0,0 +1 @@ +setlocal spell diff --git a/configs/rcs/vim/after/ftplugin/gitconfig.vim b/configs/rcs/vim/after/ftplugin/gitconfig.vim new file mode 100644 index 0000000..e2c8736 --- /dev/null +++ b/configs/rcs/vim/after/ftplugin/gitconfig.vim @@ -0,0 +1 @@ +setlocal noexpandtab shiftwidth=0 diff --git a/configs/rcs/vim/after/syntax/gitcommit.vim b/configs/rcs/vim/after/syntax/gitcommit.vim new file mode 100644 index 0000000..0743f49 --- /dev/null +++ b/configs/rcs/vim/after/syntax/gitcommit.vim @@ -0,0 +1 @@ +highlight link gitcommitOverflow Error |