marksman icon indicating copy to clipboard operation
marksman copied to clipboard

[Help] Marksman not working in Helix on Arch

Open ghost opened this issue 1 year ago • 19 comments

I have no idea what is happening, but marksman does not work (none of its features). I have installed marksman-bin from AUR. I also have this in .config/marksman/config.toml :

[core]
markdown.file_extensions = ["md", "markdown"]
text_sync = "full"

[code_action]
# Enable/disable "Table of Contents" code action
toc.enable = true

# Enable/disable "Create missing linked file" code action
create_missing_file.enable = true

[completion]
# The style of wiki links completion.
# Other values include: 
# * "file-stem" to complete using file name without an extension,
# * "file-path-stem" same as above but using file path.
# title-slug
wiki.style = "file-stem"

Output of helix --health markdown:

Configured language servers:
  ✓ marksman: /usr/bin/marksman
Configured debug adapter: None
Highlight queries: ✓
Textobject queries: ✘
Indent queries: ✘

ghost avatar Nov 27 '23 21:11 ghost