diff options
Diffstat (limited to 'lua/plugins.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', }} |
