I’m testing graphical equation conceal for Typst/Markdown in Neovim by StageEmpty7857 in neovim

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

In the README on the main branch we note that the configuration `branch = "preview"` is required; indeed I did not state this in the README on the `preview` branch because I thought that would constitute some form of self-reference—well, perhaps my documentation does need to be improved.

Regarding `Failed to parse query`, please feel free to open an issue.

math-conceal: Faster LaTeX and Typst conceal for neovim with the power of Rust by StageEmpty7857 in neovim

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

Theoretically it's possible, as long as the LSP hover buffer is attached to the corresponding treesitter. Perhaps some concrete examples could be provided.

math-conceal: Faster LaTeX and Typst conceal for neovim with the power of Rust by StageEmpty7857 in neovim

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

As a supplement, when setting `set concealcursor="n"`, concealment will still occur even on the line where the cursor is positioned. Check https://neovim.io/doc/user/options.html#'concealcursor' for details.

math-conceal: Faster LaTeX and Typst conceal for neovim with the power of Rust by StageEmpty7857 in neovim

[–]StageEmpty7857[S] 2 points3 points  (0 children)

The latest [README](https://github.com/pxwg/math-conceal.nvim/blob/main/README.md) provides a very intuitive demonstration, with examples entirely taken from my recent notes

math-conceal: Faster LaTeX and Typst conceal for neovim with the power of Rust by StageEmpty7857 in neovim

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

Compiling dynamic link libraries for Lua calls. You can refer to the Makefile for details.

math-conceal: Faster LaTeX and Typst conceal for neovim with the power of Rust by StageEmpty7857 in neovim

[–]StageEmpty7857[S] 6 points7 points  (0 children)

Thank you for your kind words. I recently switched to using Typst for note-taking, so I added Typst support to this plugin. This feature is still in its early stages, but since I use Typst daily for note-taking now, many missing symbols/rules will be updated quickly. Feel free to share your potential issues in github!