Andrew Babin
Results
2
issues of
Andrew Babin
Hi there! This PR adds support for providing custom Transforms directly to the compiler frontend. A new optional parameter is added to `compileString` and a new prop is added to...
### Description Please have a look at https://github.com/neovim/neovim/issues/25375 for backstory. To sum up, neovim's lsp client is `pcall`ing user config callbacks and discarding their return. Configs recommended by `nvim-lspconfig` using...
bug