mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
languages/clang: unpin clang-tools package
This commit is contained in:
parent
155bc8e1cc
commit
1bb901edeb
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
'';
|
||||
};
|
||||
clangd = {
|
||||
package = pkgs.clang-tools_16;
|
||||
package = pkgs.clang-tools;
|
||||
lspConfig = ''
|
||||
local clangd_cap = capabilities
|
||||
-- use same offsetEncoding as null-ls
|
||||
|
|
Loading…
Reference in a new issue