8 lines
116 B
Nix
8 lines
116 B
Nix
{pkgs, ...}: {
|
|
lspconfigPath = with pkgs; [
|
|
rust-analyzer
|
|
];
|
|
lspconfig = {
|
|
rust_analyzer = {};
|
|
};
|
|
}
|