parent
248d04c2b0
commit
bc042ef768
8 changed files with 10 additions and 10 deletions
homeManagerModules/neovim/langs/csharp
|
@ -70,7 +70,7 @@ in {
|
|||
if (devShells['csharp'] == nil) then
|
||||
devShells['csharp'] = 1;
|
||||
|
||||
require('nix-develop').nix_develop({'${flakeEnv}#csharp'}, function()
|
||||
require('nix-develop').nix_develop_extend({'${flakeEnv}#csharp'}, function()
|
||||
startRoslyn();
|
||||
vim.cmd[[e]]; -- reload to attach on current file
|
||||
end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue