From 66f75539f7806d02d12b6ebb9788f47b48831a2f Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 14 Mar 2024 08:17:16 +0800 Subject: Add ftplugin for git --- .vim/after/ftplugin/git.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vim/after/ftplugin/git.vim diff --git a/.vim/after/ftplugin/git.vim b/.vim/after/ftplugin/git.vim new file mode 100644 index 0000000..866ebc6 --- /dev/null +++ b/.vim/after/ftplugin/git.vim @@ -0,0 +1,2 @@ +setlocal foldmethod=syntax +let &l:keywordprg = "git show" -- cgit v1.2.3