rayquaza912
Results
2
comments of
rayquaza912
I second this. A color scale for node status would be great.
I had the same issue on Windows. Workaround (compile manually): ``` cd ~/AppData/Local/nvim-data/tree-sitter-norg/ zig cc -c -o parser.o src/parser.c -Isrc -shared -Os -std=c11 zig c++ -c -o scanner.o src/scanner.cc -Isrc...