Setting up a local LSP config for clangd using nlspsettings

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
  • nlsp-settings.nvim

    A plugin for setting Neovim LSP with JSON or YAML files

  • there is a json schema for nlsp-settings clangd configuration: here In your case, your clangd.json should result like this

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • I've trace down in the plugin and see that it use add_hook_before(on_new_config) (source) which seem that not supported by default_config of nvim-lspconfig itself (source)

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

    my dotfiles configuration for macos machine

  • Here is my dotfile commit that i've changed to loaded my own config file in local project https://github.com/MomePP/dotfiles-config/commit/a22f58cc5a59516136e040823b45ed9424f9cba8

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