William Boman
William Boman
Hey! So there's currently no nice way to add additional dependencies to an installed Mason package, you'll have to drop into the installation location and manually do so (should be...
I'll go ahead and close this issue for #392, let me know if you disagree
So the short summary is: The remark language server can only run in locations where it can (via Node module resolution) resolve a locally installed `remark` Node package. Using `.git`...
> or as an entry in a `package.json` To add to this; This is quite commonly supported among Node.js tooling btw. Eslint does this as well. Preferably lspconfig would be...
FWIW, Mason runs installation in blocking fashion when there are no UIs attached (i.e. headless). @WhoIsSethDaniel if you'd like you could probably leverage this by calling into: ```lua local mason_command_api...
Cool :+1:! I don't use coq_nvim anymore so I won't be able to test, so I'll close this
Just to share my config which works so-and-so (having typing issues with yielded elements not having an explicit children prop) ```ts declare module "epitath" { import * as React from...
https://medium.com/astrocoders/epitath-in-memoriam-render-props-and-hocs-9f76dd911f9e (link also found in the README)
+1. Status on this?
> Has this been worked on yet? I need to use Prolog for a College class and I want to use my neovim setup. Can I take this on? @williamboman...