Equilibris / nx.nvim

A simple tool providing the same features as the NX console does for vs-code
The Unlicense
94 stars 16 forks source link

Nx run many list empty on lunarvim #14

Closed CinematicCow closed 1 year ago

CinematicCow commented 1 year ago

Describe the bug Apart from generators, all the commands, i.e. :Telescope nx <command> are returning empty and throwing nil errors.

To Reproduce Steps to reproduce the behavior:

  1. Go to ':Telescope nx run_many'
  2. Type '-t serve -p web'
  3. Press enter
  4. See error rror executing Lua callback: ...e/pack/lazy/opt/telescope.nvim/lua/telescope/command.lua:183: attempt to call a nil value

Expected behavior Should run the executed command and run/serve the web version of the project, in this case a next application.

Screenshots image image

Desktop:

Additional context Add any other context about the problem here.

Equilibris commented 1 year ago

Please test and report back if it works

Equilibris commented 1 year ago

Hi this should be fixed. Please ensure that it is. If I don't get a response within 3 days I will assume the issue is fixed and close it as the bug matches #9 which has since been patched