Erik Nygren
Erik Nygren
Thanks for the suggestion, although it doesn't seem to be a solution. To clarify: I'd like _some, but not all_ hosts of an entryPoint to use the internal acme provider....
I've set the entrypoint of httpChallenge to something non-existent, which seems to disable the router without disabling the resolver, and then added a manual replacement for the router. IE: ```toml...
Had the same problem. Seems to be that the _Publishing status_ was set to _testing_. As stated in [answers about the consent OAuth consent screen](https://support.google.com/cloud/answer/10311615#publishing-status&zippy=%2Ctesting): > Authorizations by a test...
I wanted the same thing but after some digging I found that import has a setting [import/core-modules](https://www.npmjs.com/package/eslint-plugin-import#importcore-modules). It will basically allow you to add a list of packages as _builtin_....
I've added options to the `ltex_plus` language server. Maybe I should split this into two PRs. Tests previously failed due to ltex.enable not being masked properly. That is now fixed
Changes based on feedback. Made the warning logic identify additional definitions of `lsp.servers.ltex` to those produced by nixvim modules. This may produce false positives as it doesn't take priority into...