feat: update clangd to 16

This commit is contained in:
jacekpoz 2023-09-17 19:07:01 +02:00
parent 42b952dc1b
commit 944bd6d451
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -22,7 +22,7 @@ with builtins; let
'';
};
clangd = {
package = pkgs.clang-tools;
package = pkgs.clang-tools_16;
lspConfig = ''
local clangd_cap = capabilities
-- use same offsetEncoding as null-ls