diff options
author | Guangxiong Lin <[email protected]> | 2024-03-14 08:17:16 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-03-14 08:17:16 +0800 |
commit | 66f75539f7806d02d12b6ebb9788f47b48831a2f (patch) | |
tree | e76708913a46b48d7c832abb35acfbb7527faa5d /.vim/after | |
parent | 60b17a80bde635c182f83501f85224617b2778e3 (diff) | |
download | dotfiles-66f75539f7806d02d12b6ebb9788f47b48831a2f.tar.gz dotfiles-66f75539f7806d02d12b6ebb9788f47b48831a2f.tar.bz2 dotfiles-66f75539f7806d02d12b6ebb9788f47b48831a2f.zip |
Add ftplugin for git
Diffstat (limited to '.vim/after')
-rw-r--r-- | .vim/after/ftplugin/git.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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" |