kickstart.nvim
kickstart.nvim copied to clipboard
markdown_oxide not found by mason after adding to lsp list
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
- Open nvim config
- scroll down to lsp section
- like instructed use the nvim command
:help lspconfig-all - you might stumble upon an entry named markdown_oxide
- add it to the list of lsps
- close nvim
- 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
seems this was just the first one that did not work and the help command is out of date/sync.
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.
Thanks for the scoop @SebasF1349 - in any case this isn't a kickstart issue. Closing.