William Boman

Results 265 comments of William Boman
trafficstars

> Can you actually not open remark on a generic markdown file? This might've [changed recently](https://github.com/remarkjs/remark-language-server/pull/3#issue-1091295163). It seems like the server bundles these necessary packages now, will recheck

It seems like the minimum requirement now is that you need to at least have the `remark` npm package installed in the workspace.

@remcohaszing Do you think it'd make sense to be able to configure where it should do the node module resolution when locating the `remark` package? The angular LSP allows you...

FWIW, I found use for this in my personal configs for making sure to apply a set of default configurations (primarily the ever so present `on_attach` and `capabilities` settings). 1....

I've really been wanting to get this done for https://github.com/williamboman/nvim-lsp-installer. I think we should join forces on this, where nvim-lsp-installer could fill in the gap and shoulder the responsibility of...

Ah that's good to know, I'm not very familiar with those details. I was actually thinking testing further out in the stack, like user acceptance testing. The interfaces that would...

Well yes and no. I'm not too familiar with what those tests do, but I imagine they're primarily testing the client implementation and spec compliance? What I'm after is testing...

I'd say that depends on what you're inspecting and asserting on. If you take the perspective of an end-user, you have (rightfully) no idea what the server is responding to...

> This sounds very interesting and ambitious -- has it been done before? I'd imagine we'd need to unify parts of treesitter grammars between languages to make this happen. And...

See https://github.com/rish987/nvim-lspconfig-test/pull/57 for a working POC.