Skip to content

Commit

Permalink
Merge pull request NotAShelf#135 from jacekpoz/clangd16
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf authored Sep 18, 2023
2 parents 134f8a4 + e8186b7 commit 1dbc316
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 1dbc316

Please sign in to comment.