Seongmin Lee

Results 134 comments of Seongmin Lee

@CudaSlayer uninstall rest.nvim and try reinstall it with `rocks.hererocks = true` option set as I suggested in troubleshooting guide. Feel free to ask again if you still have trouble after...

Closing this due to v3 release. `rest.nvim` now use `tree-sitter-http` to highlight the result UI.

instant thoughts: - heading in the top level of the document will "structure" the document (by consuming all blocks below it) - headings can be nested as before - headings...

@ribru17 I updated the parser and query to not make duplicated matches. Can you review the PR again?

Done. I forgot there was a cron job for auto updating parsers. Sorry about that.

Seems like `lua-curl` installation issue. Since v3 release, rest.nvim doesn’t use `lua-curl` anymore. So this should be fixed now. Please create new issue if you still cannot install rest.nvim with...

Another potential use-case of this syntax is citations. ``` \u(username) ``` Similar to `u/username` from reddit. We need to change the name to not conflict with unicode example above.

Some more examples of possible inline-macro use-cases - Youtube video timestamps - Emojis (commonly used as `:smile:` syntax) - Github's auto-link for issues, PRs, discussions These are all common cases...

> How do you intend to escape characters after this new change is in place? I'm now defining "escape sequence" to "`\` + (whitespace | punctuation)" instead of previous "`\`...

Actually there is an open issue about paragraph boundaries: https://github.com/nvim-neorg/norg-specs/issues/53 I thought I didn't open it yet.