williamboman / nvim-lsp-installer

Further development has moved to https://github.com/williamboman/mason.nvim!
https://github.com/williamboman/mason.nvim
Apache License 2.0
2k stars 123 forks source link

Add remark_ls #401

Closed sarmong closed 2 years ago

sarmong commented 2 years ago

Which server would you like to request to be added?

Which languages does this server target?

How is this server distributed?

github-actions[bot] commented 2 years ago

Hello! Cool! Pull requests are always very welcomed to add new servers. If the distribution of the server is simple, the installation will most likely be so as well (existing server installers may be used for reference!). Otherwise, @williamboman will get around to looking into this ASAP!

chancez commented 2 years ago

It also wants remark installed, but installing it into the node_modules directory isn't sufficient, and it has to be installed globally. Is there a way to make it so the server can automatically install remark in it's own node_modules and use that?