diff --git a/lua/taken/plugins/lazygit.lua b/lua/taken/plugins/lazygit.lua new file mode 100644 index 0000000..716baf2 --- /dev/null +++ b/lua/taken/plugins/lazygit.lua @@ -0,0 +1,16 @@ +return { + "kdheepak/lazygit.nvim", + dependencies = { + "nvim-lua/plenary.nvim", + }, + cmd = { + "LazyGit", + "LazyGitConfig", + "LazyGitCurrentFile", + "LazyGitFilter", + "LazyGitFilterCurrentFile", + }, + keys = { + { "gt", "LazyGit", desc = "LazyGit" }, + }, +}