Replaced packer with lazyvim plugin manager

This commit is contained in:
2024-02-27 17:08:10 +01:00
parent 7c0dd99803
commit d548c4027e
23 changed files with 324 additions and 149 deletions

View File

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