My issues with the Quickfix window

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • asyncrun.vim

    :rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!

  • I've been looking into a better way to compile my programs and interact with the compiler output in Neovim. Right now I use Asyncrun to execute the compiler command, and the output gets sent to the quickfix window so I can jump to errors. The 2 issues I have with this workflow are these:

  • vim-floaterm

    :computer: Terminal manager for (neo)vim

  • Never having to compile code, may not be useful but have you looked at floaterm? It works nicely with Asyncrun too.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • neovim-remote

    :ok_hand: Support for --remote and friends.

  • I like using the internal terminal to run compile commands because it gives me more flexibility. I’ve set up a wrapper for my specific commands which pipes the output to a temp file and opens it in quickfix when the build fails. I’m using neovim-remote to talk to the neovim instance from the internal terminal.

  • nvim-bqf

    Better quickfix window in Neovim, polish old quickfix window.

  • I haven't heard of a plugin that does both of these things, but check out nvim-bqf, which makes quickfix a little easier to use.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts