Feel-ix-343 / markdown-oxide

PKM for the LSP
https://oxide.md
Apache License 2.0
1.03k stars 17 forks source link

cargo install issues #183

Closed mkolopanis closed 1 month ago

mkolopanis commented 1 month ago

Hi there I was trying to install markdown-oxide for use with helix and running into the following issue


-> % cargo install --locked --git https://github.com/Feel-ix-343/markdown-oxide.git markdown-oxide
    Updating git repository `https://github.com/Feel-ix-343/markdown-oxide.git`
error: failed to update submodule `crates/md_parser/tree-sitter-markdown`

Caused by:
  no URL configured for submodule 'crates/md_parser/tree-sitter-markdown'; class=Submodule (17)
Feel-ix-343 commented 1 month ago

:cry: oh no ... thanks for reporting

Feel-ix-343 commented 1 month ago

did that fix things?

mkolopanis commented 1 month ago

It did indeed, thank you for the quick fix!