Gergő Gutyina
Gergő Gutyina
What about using dark_gray for both Whitespace and NonText? 
In my opinion this change is unnecessary, since it's been fixed in #14 (where it resembles more to vscode).
Can you show how does it look for you before this PR? What terminal emulator do you use with neovim? It's possible that it doesn't support every rgb color and...
This is how it looks like for me with cursorline option enabled (its a little bit harder to read but imo it's fine):  But on your screenshot it's much...
Hi @iagorrr ! Would you mind resolving the merge conflicts?
A minor related bug: when drawing a stroke and scrolling with a mouse without moving the cursor, the last line segment is not rendered, see the video. https://github.com/flxzt/rnote/assets/29818440/8a5dc233-b200-4e07-9dee-ec511fd3fa0a When releasing...
Same issue with opening dart files. Opening a dart file takes 8 seconds, but if I `:TSDisable textobjects.select`, it only takes around 300ms. Another issue (this happens without textobjects plugin...
https://github.com/neovim/neovim/issues/23918
Tree sitter issue: https://github.com/tree-sitter/tree-sitter/issues/973
The slowdown is happening because tree-sitter spends some extra time at startup in order to improve the runtime of a query. As a workaround to reduce the effect of this...