lang servers
This commit is contained in:
parent
44bef5592a
commit
cb9873f9bd
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = [ ];
|
packages = with pkgs; [
|
||||||
|
vscode-langservers-extracted
|
||||||
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue