♻️ refactor(lazygit): lazygit tweaks
Small tweaks to lazygit configuration
This commit is contained in:
@@ -129,15 +129,19 @@ return {
|
|||||||
"LazyGitFilterCurrentFile",
|
"LazyGitFilterCurrentFile",
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{ -- LazyGit
|
||||||
"<leader>lg",
|
"<leader>lg",
|
||||||
"<cmd>LazyGit<cr>",
|
"<cmd>LazyGit<cr>",
|
||||||
desc = "LazyGit",
|
desc = "LazyGit",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
},
|
},
|
||||||
|
config = function()
|
||||||
|
require("telescope").load_extension("lazygit")
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
{ -- Codesnap
|
{ -- Codesnap
|
||||||
"mistricky/codesnap.nvim",
|
"mistricky/codesnap.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user