✨ Vim tip for today
The quickfix list is a place to access compiler errors, grep results, diagnostic issues, or any other list of positions in files.
Here is an example where I open the telescope list of LSP functions incoming calls and move through them one by one.
#vim #neovim
The quickfix list is a place to access compiler errors, grep results, diagnostic issues, or any other list of positions in files.
Here is an example where I open the telescope list of LSP functions incoming calls and move through them one by one.
#vim #neovim
Comments
]q - next item (cnext)
[q - prev item (cprev)