neovim: add lsp clangd

This commit is contained in:
2026-06-14 00:55:24 +02:00
parent 5e78021cd2
commit 56ba34a43e
+9
View File
@@ -31,6 +31,15 @@
formatterMode = "typstyle";
};
};
clangd = {
enable = true;
settings = {
filetypes = [
"c"
"h"
];
};
};
};
};
# There has been some drama, the repo was archived and stuff.