mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-05 05:25:16 +02:00
8 lines
119 B
Lua
8 lines
119 B
Lua
return {
|
|
{ 'tpope/vim-fugitive',
|
|
config = function ()
|
|
vim.keymap.set("n", "<leader>gs", vim.cmd.Git);
|
|
end
|
|
}
|
|
}
|