Merge pull request #135 from jacekpoz/clangd16

This commit is contained in:
raf 2023-09-18 12:06:04 +03:00 committed by GitHub
commit a2050d36e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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