From b8a4392c8754a56265701f97f4833b447efff29a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sat, 16 Mar 2024 21:00:19 +0100 Subject: init --- .config/nvim/lua/plugins/git.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/nvim/lua/plugins/git.lua (limited to '.config/nvim/lua/plugins/git.lua') diff --git a/.config/nvim/lua/plugins/git.lua b/.config/nvim/lua/plugins/git.lua new file mode 100644 index 0000000..4e09cd3 --- /dev/null +++ b/.config/nvim/lua/plugins/git.lua @@ -0,0 +1,18 @@ +return { + + { + "kdheepak/lazygit.nvim", + cmd = { + "LazyGit", + "LazyGitConfig", + "LazyGitCurrentFile", + "LazyGitFilter", + "LazyGitFilterCurrentFile", + }, + -- optional for floating window border decoration + dependencies = { + "nvim-lua/plenary.nvim", + }, + }, + +} -- cgit 1.4.1