Hi, first of all, thanks for the wonderful framework.
I have configured it to work via null-ls (none-ls actually) by sources = { null_ls.builtins.code_actions.ts_node_action }
And everything I've tried works fine, except the quotes. Rather, they not only don't work, it would be half the trouble, but they lead to an error that knocks down the entire ts-node-action and it no longer works.
The error appears when I move the cursor to the quotation from either side, and a message appears:
[null-ls] failed to run generator: ...are/nvim/lazy/ts-node-action/lua/ts-node-action/init.lua:156: attempt to index local 'tbl' (a boolean value)
Hi, first of all, thanks for the wonderful framework.
I have configured it to work via null-ls (none-ls actually) by
sources = { null_ls.builtins.code_actions.ts_node_action }And everything I've tried works fine, except the quotes. Rather, they not only don't work, it would be half the trouble, but they lead to an error that knocks down the entire ts-node-action and it no longer works.
The error appears when I move the cursor to the quotation from either side, and a message appears: