parent
57e1f9a17c
commit
ae8e828514
11 changed files with 62 additions and 20 deletions
homeManagerModules/neovim/langs/lua
|
@ -31,8 +31,9 @@ in {
|
|||
if (devShells['lua'] == nil) then
|
||||
devShells['lua'] = 1;
|
||||
|
||||
require('nix-develop').nix_develop({'${flakeEnv}#lua'});
|
||||
vim.cmd[[LspStart]];
|
||||
require('nix-develop').nix_develop({'${flakeEnv}#lua'}, vim.schedule_wrap(function()
|
||||
vim.cmd[[LspStart]];
|
||||
end));
|
||||
end
|
||||
end,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue