usama
usama
I hate to hijack this issue because my situation seems the opposite but the error is the same. I have a babel config written as an ESM and I see...
Here you go: ``` ERROR in ./src/main.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: /path/to/babel.config.js: Error while loading config - You appear to be using a native ECMAScript module configuration file,...
Windows 10 running Node v12.13.1
Let me know if I can help with this if you think it would make a good first OSS issue.
seems like an easy change where we just rename underline to highlight [here](https://github.com/neovim/neovim/blob/b9cf3880455c6ee2c3e9cc9a9d2ad2694c075ec4/runtime/lua/vim/diagnostic.lua). is that all?
> we must continue to support underline (as a deprecated alias for highlight) what is the expected way to do that? I'd imagine it could be done by duplcating the...
@UtkarshVerma could you help me reproduce this? I have got [inlayhints](https://neovim.io/doc/user/lsp.html#lsp-inlay_hint) enabled and I do see plenty of inlay hints (which are already padded like you are expecting) but I...
took a gander at this, hopefully this covers all the relevant cases #26666