[coc] Is there a way on how to hide only specific errors like this? Because the code works anyway if I properly compile it.

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
  • Bear

    Bear is a tool that generates a compilation database for clang tooling.

  • Those errors come from the LSP server, for C/C++ usually having a compile_commands.json in the project root, source root or build dir (not sure what the defaults are for each C LSP). You can build one by adding it as a CMake target or by using Bear (bear make if it's a simple project).

  • ayu-vim

    Modern theme for modern VIMs

  • Yes, ayudark.

  • 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
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