diff options
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" } }) |
