First time nvim user here. Wanted to ask some questions.

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
  • lsp-zero.nvim

    A starting point to setup some lsp related features in neovim.

    - set up neovim with "intellisense" (language server + code completion). I would suggest https://github.com/VonHeikemen/lsp-zero.nvim with the "recommended" preset to start with. From there,when you edit a C++ file for the first time, I'll ask if you want to add a language server for it: just say "YES". This will install `clangd` (https://clangd.llvm.org/) automagically.

  • clangd

    clangd language server

    - set up neovim with "intellisense" (language server + code completion). I would suggest https://github.com/VonHeikemen/lsp-zero.nvim with the "recommended" preset to start with. From there,when you edit a C++ file for the first time, I'll ask if you want to add a language server for it: just say "YES". This will install `clangd` (https://clangd.llvm.org/) automagically.

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

  • kickstart.nvim

    A launch point for your personal nvim configuration

    PS: I would also recomment looking a https://github.com/nvim-lua/kickstart.nvim which contains a solid starting point for a new confir (and the associated video https://www.youtube.com/watch?v=stqUbv-5u2s&ab_channel=TJDeVries)

  • run.lua

    Automate compiling and testing in Neovim with Lua

    run.lua

  • run.vim

    Simple automation for compilation and testing on Vim (by gboncoffee)

    vim script version

  • cmake-tools.nvim

    CMake integration in Neovim

  • neovim-tasks

    A statefull task manager focused on integration with build systems.

    seems similar to https://github.com/Shatur/neovim-tasks

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

  • nvim

    nvim config (by meuter)

    As for my dotfiles, here's the link. The relevant parts are here for general LSP stuff and here for the C/C++ specific stuff.

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