vimwiki
Nvim quick fix
Basic usage
Populate the quick fix list with the
:vimgrep
command:
:vimgrep /TODO/
**
/
*
.go
Open the quick fix list with
:copen
(optional)
Navigate the list with
:cn
and
:cp