feat: clangd c++20 lsp example + add clang dependency

This commit is contained in:
hexlocation 2025-02-08 11:16:17 +00:00
parent b963ad22a8
commit 5582a8ee7b
2 changed files with 7 additions and 1 deletions

2
examples/config.yaml Normal file
View file

@ -0,0 +1,2 @@
CompileFlags:
Add: [-std=c++20]