New config without lsp #435
-
I just updated null-ls with the new setup without lsp config and can't get it to work with typescript files (surprisingly works with lua files, haven't tried any other ones). Here is what I did per the instructions in the breaking changes issue. Now when I enter a typescript file I can see the following in the debug log: I'm assuming this is because of the missing Is there any way to not have to pass Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hmm, everything should work correctly without |
Beta Was this translation helpful? Give feedback.
-
You're right. There was some conflict with Just have to set up |
Beta Was this translation helpful? Give feedback.
Hmm, everything should work correctly without
on_attach
. I tried out your config on my end, and it seems like null-ls successfully attaches and can format when I enter the condition that registers this config (i.e. when there's no ESLint config file at the project root). Is that not the same for you? If not, can you try paring your config down to the bare minimum (a single TypeScript-enabled source) and open up an issue?