Abin Simon
Abin Simon
This is most probably a LogSeq problem than an issue with this plugin.
How hard would it be write something on top of alacritty without having this feature supported by alacritty itself. As in each split/pane will be a separate alacritty window. I...
None of the "editor" syscalls seem to be available to [Space Script](https://silverbullet.md/Space%20Script). I also get an error when I use in a space script. Am I missing something?
Just gave it a test run. This is awesome. The idea of post processors is pretty neat. Unrelated: I've also been thinking more about adding post processors in [meain/yap](https://github.com/meain/yap). This...
Probably related. I've had cases where when I press G to go to the last line in normal mode, it would just enter that into the editor.
FYI, `elisp-tree-sitter` requires an older version of `tree-sitter` to work well. (ref: https://github.com/emacs-tree-sitter/tree-sitter-langs/issues/186). Also, you can use [`script/compile r`](https://github.com/emacs-tree-sitter/tree-sitter-langs/blob/master/script/compile) once you have pulled the latest version of `r` to compile...
Necessary for https://github.com/meain/evil-textobj-tree-sitter/pull/87
Currently just blindly changing `lua-match` to `match`.
The script unfortunately depends on a specific behaviour of a much older version of tree-sitter-cli https://github.com/emacs-tree-sitter/tree-sitter-langs/blob/ffe9ab0c8ec9e37e70e31d296df3b85bcfc73c5e/.github/workflows/release.yml#L44
Unfortunately you can't build with the newer version of tree-sitter as they are not ABI compatible. Would you be able to bulid from source of the older version? (https://github.com/tree-sitter/tree-sitter/tree/v0.19.3)