neovim icon indicating copy to clipboard operation
neovim copied to clipboard

neovim basics: Quickfix list

Open practicalli-johnny opened this issue 8 months ago • 0 comments

Quickfix list is a well-established approach to managing errors in source code efficiently.

Write a guide to explain

  • What quickfix list is for
  • Example uses
  • Enhancements (nice plugins)

Good videos on this on YouTube:

https://youtu.be/AuXZA-xCv04 https://youtu.be/wOdL2T4hANk

Plugins

Improve visual look of quickfix list: https://github.com/kevinhwang91/nvim-bqf

Make the quickfix buffer editable: https://github.com/stevearc/quicker.nvim

practicalli-johnny avatar Mar 03 '25 09:03 practicalli-johnny