mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
9 lines
193 B
Lua
9 lines
193 B
Lua
return {
|
|
{ 'tpope/vim-fugitive',
|
|
keys = {
|
|
{ "<leader>gs", vim.cmd.Git, desc = "Open Vim Fugitive" },
|
|
},
|
|
dependencies = { "nvim-lua/plenary.nvim" }
|
|
},
|
|
}
|