Replies: 1 comment
-
Depending on how you manage the clangd LSP you can set lsp.servers.clangd.package or plugins.lsp.servers.clangd.package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using nixos-unstable which is bringing in llvm 19 (and by extension clangd 19.1.7) but I want to format code as if I'm using llvm 18 as my CI/CD pipeline has clang-format 18.1.8 installed. I assume I can do this with an overlay of some kind, but not exactly sure how.
Beta Was this translation helpful? Give feedback.
All reactions