All plugins written to lazy instead of packer
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user