1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Add committia.vim for better git commit experience

It can show git diff in a separate split, which is better than git
commit --verbose.
This commit is contained in:
jdhao 2021-07-24 01:38:54 +08:00
parent f7a84825ad
commit 4ff301a728

View File

@ -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', }}