dotfiles/config/nvim/lua/fschauen/plugins/fugitive.lua

5 lines
81 B
Lua

return {
'tpope/vim-fugitive',
keys = require('fschauen.keymap').fugitive
}