feat(nvim): use nix_develop_extend

This commit is contained in:
matt1432 2025-01-07 23:02:02 -05:00
parent 248d04c2b0
commit bc042ef768
8 changed files with 10 additions and 10 deletions
homeManagerModules/neovim/langs/csharp

View file

@ -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);