How do you do c ++ projects in neovim?

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

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

  • My config (just started out with nvim so it‘s by no means finished, yet C++ development and debugging works): https://gitlab.com/david_wright/nvim And yeah, using gradle for C++ is a bit unconventional, unless you‘re using the android ndk for native android development. I would advise against it, there are better tools for this like cmake (sort of the de-facto standard that people love to hate) or bazel

  • gradle-native

    The home of Gradle's support for natively compiled languages

  • Doing a quick search gradle doesn't seem to support compile_commands.json. If you're just getting started with c++ the de facto build system is cmake, pretty much every library that you'd care to use supports it so you can easily integrate them into your project. (see this survey if you want to get an idea of how popular each build system is)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dotfiles

  • You can see my dotfiles here https://github.com/matu3ba/dotfiles/tree/master/.config/nvim

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