mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
8 lines
126 B
Lua
8 lines
126 B
Lua
return {
|
|
'tpope/vim-fugitive',
|
|
|
|
config = function()
|
|
vim.keymap.set('n', "<leader>gs", vim.cmd.Git)
|
|
end,
|
|
}
|