diff options
author | Squibid <me@zacharyscheiman.com> | 2022-12-23 15:13:55 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2022-12-23 15:13:55 -0500 |
commit | de63cf0b85b2c712462868c2d57c193fac9b2fb4 (patch) | |
tree | b62e6af3d897578f79e6dd4476c4b6ead7d3d50b /init.lua | |
parent | 6c69440f84bbeede5f3288935c3d504658d92017 (diff) | |
download | nvim-de63cf0b85b2c712462868c2d57c193fac9b2fb4.tar.gz nvim-de63cf0b85b2c712462868c2d57c193fac9b2fb4.tar.bz2 nvim-de63cf0b85b2c712462868c2d57c193fac9b2fb4.zip |
add git commit to code window
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -484,6 +484,7 @@ return require('packer').startup(function(use) "netrw", "help", "term", + "gitcommit", "packer", }, }) |