Equilibris / nx.nvim

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

Update nx.command-runners and nx.form-renderers #13

Closed joshuamorony closed 1 year ago

joshuamorony commented 1 year ago

The methods for command_runner and form_renderer seem to have changed, I had to update the config to:

    command_runner = require('nx.command-runners').terminal_cmd(),
    form_renderer = require('nx.form-renderers').telescope(),