Mika Vilpas
Mika Vilpas
I can reproduce this issue using the following: - neovide `0.12.1` (`--no-fork` has the same result) - amethyst `0.20.0 (108)` - osx sonoma `14.2.1 (23C71)` on an Apple M1 Pro
Hi all, I found out the neovim plugin [nvim-treesitter supports](https://github.com/nvim-treesitter/nvim-treesitter?tab=readme-ov-file#supported-languages) kdl out of the box: > [kdl](https://github.com/amaanq/tree-sitter-kdl) (maintained by @amaanq) It looks like it was added about a year ago,...
I ran into this too. In case there is a little extra time, perhaps the tutorial could be updated to prevent future issues.
For what it's worth, here is a typescript version that seems to be working for me. ```ts export function called(expecting: string): ParjsCombinator { return defineCombinator((inner) => { return new (class...
Yep, I agree. It's pretty confusing. I'll see what I can do about it. Thanks for reporting!
Hmm actually I don't kind of understand any longer. Could you describe your issue with some example?
Hmm.. Here's what happens for me in the first case: ```lisp (do| (something) (here)) ;; ) i m l i (do (something) (here)|) ;; the (do) form is selected until...
In my use case I rarely use `f` to fix indentation. What I use instead is https://github.com/Malabarba/aggressive-indent-mode It corrects the indentation as I type, so I don't have to think...
It seems to me this is an issue with lispy itself. It could be rebound to another key, but it would require extra complexity.. it seems to me like lispy...
At work I have learned to use Webpack, which has really cool features that can be used to implement a more managed deployment. I think in would be possible to...