parent
0f627107ce
commit
346077c0e0
16 changed files with 144 additions and 107 deletions
homeManagerModules/neovim/langs/csharp
12
homeManagerModules/neovim/langs/csharp/shell.nix
Normal file
12
homeManagerModules/neovim/langs/csharp/shell.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
mkShell,
|
||||
dotnetCorePackages,
|
||||
roslyn-ls,
|
||||
...
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
dotnetCorePackages.sdk_9_0
|
||||
roslyn-ls
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue