nixos-combined-flake/modules/nixvim/plugins/lsp/languages/c.nix

6 lines
61 B
Nix

{
plugins.lsp.servers.clangd = {
enable = true;
};
}