Skip to content

Use lsp_lines to load pr comments into neovim using vim quickfix list and diagnostics

License

Notifications You must be signed in to change notification settings

mcnangus/pr-comments.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pr-comments.nvim

Use lsp_lines to load pr comments into neovim using vim quickfix list and diagnostics

Example:

image

Requirements

  • Requires gh, follow installation steps in the link.
  • Requires lsp_lines, follow installation steps in the link.

Installation

Lazy

{
    'mcnangus/pr-comments.nvim',
    config = function()
        -- Call the function to load the quickfix list as diagnostics
        vim.keymap.set('', '<Leader>k', require('pr-comments').fetch, { desc = 'Toggle gh pr comments' })
    end,
}

About

Use lsp_lines to load pr comments into neovim using vim quickfix list and diagnostics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages