diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-08 13:19:34 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-08 13:19:34 +0800 |
| commit | 309c8ad6368ff549278300343d68fed54b74d5a4 (patch) | |
| tree | eede215db9e613a67250e523f8753eabe6081669 /lua/plugins.lua | |
| parent | 954a4a1cad62c2c3e3a25c8c78723ff5b0d5a60a (diff) | |
update mapping
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 8d89647..5e771ef 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -229,7 +229,7 @@ packer.startup({ -- use 'Chiel92/vim-autoformat' -- Git command inside vim - use({ "tpope/vim-fugitive", event = "User InGitRepo" }) + use({ "tpope/vim-fugitive", event = "User InGitRepo", config = [[require('config.fugitive')]]}) -- Better git log display use({ "rbong/vim-flog", requires = "tpope/vim-fugitive", cmd = { "Flog" } }) |
