nx.nvim icon indicating copy to clipboard operation
nx.nvim copied to clipboard

Run nx in current buffer's directory

Open Marat-Gumerov opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. I have a project, which contains both FrontEnd and BackEnd. That's why my nx.json is not located in the project root. So I cannot use this plugin if I open the whole project.

Describe the solution you'd like Always use the current buffer's directory. When I open a file inside nx workspace everything should work, I think.

Describe alternatives you've considered Being able to set the plugin working directory manually in the setup arguments. In this case, I will be able to write my scripts in Lua config to resolve this issue.

Additional context

Marat-Gumerov avatar Nov 01 '23 08:11 Marat-Gumerov