diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-24 01:38:54 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-24 01:38:54 +0800 |
| commit | 4ff301a7284eb38c493e937f15f2ee6643177c3a (patch) | |
| tree | 2130abb690ba7570eab82e669a5174d8083059d9 /lua | |
| parent | f7a84825ad5091fa970562ea84f664110bbb6722 (diff) | |
Add committia.vim for better git commit experience
It can show git diff in a separate split, which is better than git
commit --verbose.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 3b5b8a3..dafb5be 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -181,6 +181,9 @@ require('packer').startup( -- Git command inside vim use 'tpope/vim-fugitive' + -- Better git commit experience + use 'rhysd/committia.vim' + -- Another markdown plugin use {'plasticboy/vim-markdown', ft = {'markdown', }} |
