From 11d50dc8934a5b9e9be73d0445789e005843dfc2 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 18 Apr 2026 00:52:28 +0200 Subject: more based changes --- fnl/plugins/octo.fnl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fnl/plugins/octo.fnl (limited to 'fnl/plugins/octo.fnl') diff --git a/fnl/plugins/octo.fnl b/fnl/plugins/octo.fnl new file mode 100644 index 0000000..b97afe6 --- /dev/null +++ b/fnl/plugins/octo.fnl @@ -0,0 +1,15 @@ +;; GitHub PR and issue management. + +{1 :pwntester/octo.nvim + :dependencies [:nvim-lua/plenary.nvim + :nvim-telescope/telescope.nvim + :nvim-tree/nvim-web-devicons] + :cmd :Octo + :keys [{1 :Ol 2 "Octo pr list" :desc "List PRs"} + {1 :Os 2 "Octo review start" :desc "Review Start"} + {1 :Or 2 "Octo review resume" :desc "Review Resume"} + {1 :Od 2 "Octo review discard" :desc "Review Discard"} + {1 :Om 2 "Octo review submit" :desc "Review Submit"} + {1 :Oc 2 "Octo review comments" :desc "Review Comments"} + {1 :Oi 2 "Octo issue list" :desc "List Issues"}] + :opts {}} -- cgit v1.2.3-70-g09d2