From 1cd1124e6ca9c5691d95a4ee4b3ddd83bebb2111 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 4 Jul 2023 12:54:57 -0500 Subject: [PATCH] feat(nvim): github cli integration --- dots/.config/nvim/lua/plugins/plugins.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dots/.config/nvim/lua/plugins/plugins.lua b/dots/.config/nvim/lua/plugins/plugins.lua index 31251658..f9cad14a 100755 --- a/dots/.config/nvim/lua/plugins/plugins.lua +++ b/dots/.config/nvim/lua/plugins/plugins.lua @@ -774,6 +774,16 @@ lazy.setup({ }, opts = {}, }, + + -- Github CLI integration + { + "ldelossa/gh.nvim", + dependencies = { "ldelossa/litee.nvim" }, + config = function() + require('litee.lib').setup() + require('litee.gh').setup() + end + }, }, { checker = { enabled = true,