fix: fixing a lot of issues

This commit is contained in:
2026-02-04 21:36:54 -05:00
parent 1d4bf34902
commit 6e904f8f87
98 changed files with 872 additions and 528 deletions

View File

@@ -1,3 +1,25 @@
-- ============================================================================
-- OCTO: GitHub integration for Neovim
-- ============================================================================
-- A plugin that brings GitHub functionality directly into Neovim, allowing
-- you to manage issues, pull requests, and repositories without leaving
-- your editor. Uses Telescope for browsing and searching.
--
-- Keymaps (leader: o):
-- <leader>oi - List issues
-- <leader>oI - Create new issue
-- <leader>op - List pull requests
-- <leader>oP - Create new pull request
-- <leader>or - List repositories
-- <leader>os - Search issues/PRs
-- <leader>oa - Show available Octo actions
--
-- Picker mappings:
-- <C-b> - Open in browser
-- <C-y> - Copy URL to clipboard
-- <C-o> - Checkout PR
-- <C-r> - Merge PR
-- ============================================================================
return {
"pwntester/octo.nvim",
dependencies = {