Feel-ix-343 / markdown-oxide

PKM for the LSP
https://oxide.md
GNU General Public License v3.0
959 stars 16 forks source link

cargo install issues #183

Closed mkolopanis closed 1 hour ago

mkolopanis commented 2 hours 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 2 hours ago

:cry: oh no ... thanks for reporting

Feel-ix-343 commented 2 hours ago

did that fix things?

mkolopanis commented 2 hours ago

It did indeed, thank you for the quick fix!