All plugins written to lazy instead of packer

This commit is contained in:
2024-09-11 13:38:12 +02:00
parent 51dfa68847
commit bedfd083b7
9 changed files with 209 additions and 104 deletions

View File

@@ -1 +1,6 @@
vim.keymap.set("n", "<leader>gs", vim.cmd.Git)
return {
"tpope/vim-fugitive",
config = function()
vim.keymap.set("n", "<leader>gs", vim.cmd.Git)
end
}