vimwiki

Nvim quick fix

Basic usage

  1. Populate the quick fix list with the :vimgrep command:
:vimgrep /TODO/ **/*.go
  1. Open the quick fix list with :copen (optional)
  2. Navigate the list with :cn and :cp