mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 18:38:46 -04:00
18 lines
221 B
Lua
18 lines
221 B
Lua
return {
|
|
{
|
|
"tpope/vim-fugitive",
|
|
config = function()
|
|
vim.keymap.set("n", "<leader>gs", "<cmd>Git<Cr>", {})
|
|
end,
|
|
},
|
|
{
|
|
"tpope/vim-surround",
|
|
},
|
|
{
|
|
"tpope/vim-commentary",
|
|
},
|
|
{
|
|
"tpope/vim-sleuth",
|
|
},
|
|
}
|