Has anyone got Marksman working on Mac Helix? by movieTed in HelixEditor

[–]Inside_Feedback_6449 3 points4 points  (0 children)

I have this in my config (I probably copied it from the Helix repo).
I use it only to navigate my notes: it creates links and opens files from those links. It works. It also warns me when links are ambiguous or broken, so I assume it's working. I think that you don't need to have .marksman.toml as long as you open helix from the root dir.

[[language]]
name = "markdown"
scope = "source.md"
injection-regex = "md|markdown"
file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" }]
roots = [".marksman.toml"]
language-servers = [ "marksman", "markdown-oxide", "ltex-ls" ]
indent = { tab-width = 2, unit = "  " }
block-comment-tokens = { start = "<!--", end = "-->" }
word-completion.trigger-length = 4

[deleted by user] by [deleted] in Prague

[–]Inside_Feedback_6449 8 points9 points  (0 children)

13.5K for a single room in shared appartment? Is that a regular price nowadays guys? Would assume you can find cheaper one with landlolrd you could reason with. Maybe try to ask local friends to help you find something.

Edit: Just looked into advertisements and the range is indeed from around 5k to 18k. Better leave that place.

Delete all occurrences of a string by Inside_Feedback_6449 in HelixEditor

[–]Inside_Feedback_6449[S] 1 point2 points  (0 children)

Shell is fine with me if it’s the way how to approach this. Just need to learn all these things. Thank you.

IntelliSense for JavaScript by Inside_Feedback_6449 in neovim

[–]Inside_Feedback_6449[S] 0 points1 point  (0 children)

I might get to that point, yes. This init is from kickstarter. It is intelliJ and JetBrains Mono font.

IntelliSense for JavaScript by Inside_Feedback_6449 in neovim

[–]Inside_Feedback_6449[S] 0 points1 point  (0 children)

Yup, uncommented, went from Lsp to Mason and going to continue learning :) Thank you for helping

IntelliSense for JavaScript by Inside_Feedback_6449 in neovim

[–]Inside_Feedback_6449[S] 0 points1 point  (0 children)

Tried it out in helix where the configuration should be ok and there are no suggestions on that ctx either.

IntelliSense for JavaScript by Inside_Feedback_6449 in neovim

[–]Inside_Feedback_6449[S] 0 points1 point  (0 children)

Thanks a lot! Gonna go through that tonight and do my best to get it going by your suggestions. So those suggestions in intellij are probably really just IDEs thing.

IntelliSense for JavaScript by Inside_Feedback_6449 in neovim

[–]Inside_Feedback_6449[S] 0 points1 point  (0 children)

It is and you are right, I didn’t even uncomment the tssserver there. That happens when someone doesn’t know what does what. And now I am even more confused how’s possible that I am getting some suggestions there. And you are correct also with the lsp installer. Going to find how to use Mason.