Skip to content

Instantly share code, notes, and snippets.

@life00
life00 / readme.md
Created September 16, 2024 14:24
Compile sioyek for fedora arm64

Compiling sioyek for fedora arm64

To build sioyek it is necessary to apply a patch to it sioyek.diff and compile it. Follow this code to do it:

# installing dependencies
dnf install qt5-qtbase-devel qt5-qtbase-static qt5-qt3d-devel harfbuzz-devel libXi-devel freeglut-devel libXrandr-devel
cat sioyek.diff
# clone and apply the patch
git clone --recursive "https://github.com/ahrm/sioyek"
@life00
life00 / highlights.scm
Last active March 6, 2025 22:44
Markdown syntax concealing with treesitter queries in neovim
;; extends
; set! is used to conceal the node with a single character string
; offset! is used to offset the concealed selection in the node
; headings
([
(atx_h1_marker)
(atx_h2_marker)
(atx_h3_marker)
(atx_h4_marker)