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