add little basic config
its so nice being able to do descriptions
This commit is contained in:
parent
81ba3ef493
commit
be1bcff52d
@ -4,4 +4,10 @@ return {
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = function()
|
||||
vim.g.lazygit_floating_window_scaling_factor = 0.8
|
||||
vim.keymap.set("n", "<leader>gg", "<cmd>LazyGit<CR>")
|
||||
require("telescope").load_extension("lazygit")
|
||||
vim.keymap.set("n", "<leader>gt", ":lua require('telescope').extensions.lazygit.lazygit()<CR>")
|
||||
end
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user