Allow multiple clangd configurations #1

Closed
opened 2026-07-10 10:04:53 -04:00 by kevintl1998 · 0 comments
Owner

format:
clangd: { generate_config: true, default_config: "prof1" clangd_configs: { prof1: { ... }, prof2: { ... }, prof3: { ... } } }

If no specified default or specified default dne, don't load a configuration.

Add a command to switch configurations: SetClangdConfig <config_name>.

format: `clangd: { generate_config: true, default_config: "prof1" clangd_configs: { prof1: { ... }, prof2: { ... }, prof3: { ... } } }` If no specified default or specified default dne, don't load a configuration. Add a command to switch configurations: `SetClangdConfig <config_name>`.
kevintl1998 changed title from Allow multiple clangd profiles to Allow multiple clangd configurations 2026-07-10 10:07:19 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kevintl1998/yapp-clangd.nvim#1
No description provided.