28c75e157a
most of my config has been carried over, still need to do colorizer and markdown. added a few new plugins, based off of josean's 2024 video
17 lines
323 B
Lua
17 lines
323 B
Lua
return {
|
|
"kdheepak/lazygit.nvim",
|
|
cmd = {
|
|
"LazyGit",
|
|
"LazyGitConfig",
|
|
"LazyGitCurrentFile",
|
|
"LazyGitFilter",
|
|
"LazyGitFilterCurrentFile",
|
|
},
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
},
|
|
keys = {
|
|
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "Open LazyGit" },
|
|
},
|
|
}
|