kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

markdown_oxide not found by mason after adding to lsp list

Open ddogfoodd opened this issue 1 year ago • 2 comments

Describe the bug

:help lspconfig-all lists a lsp called "markdown_oxide" however Mason doesn't seem to find it when trying to autoinstall it.

To Reproduce

  1. Open nvim config
  2. scroll down to lsp section
  3. like instructed use the nvim command :help lspconfig-all
  4. you might stumble upon an entry named markdown_oxide
  5. add it to the list of lsps
  6. close nvim
  7. open nvim and watch the error happen

Desktop

  • OS: NixOS
  • Terminal: Alacritty

Neovim Version

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1693350652

ddogfoodd avatar Mar 05 '24 19:03 ddogfoodd

seems this was just the first one that did not work and the help command is out of date/sync.

ddogfoodd avatar Mar 05 '24 19:03 ddogfoodd

From their github:

I'm working on getting this into package distributions. Installation/configuration should be easier soon.

Looks like you have to manually install it like it's exaplained there.

SebasF1349 avatar Mar 05 '24 22:03 SebasF1349

Thanks for the scoop @SebasF1349 - in any case this isn't a kickstart issue. Closing.

feoh avatar Mar 27 '24 14:03 feoh