Skip to content

Commit

Permalink
feat: update clangd to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpoz committed Sep 17, 2023
1 parent 134f8a4 commit e8186b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/languages/clang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8186b7

Please sign in to comment.