Peter Hofmann
Peter Hofmann
Yeah, this makes sense. I tried to disable all my plugins that involve indentation: - lukas-reineke/indent-blankline.nvim - michaeljsmith/vim-indent-object and have also set "let g:iced_enable_auto_indent = v:false", but the problem still...
Thanks for following up on this. Removing the handler references also fixed it for me, but I wasn’t sure what exactly it does for the template to attempt a pr,...
I am getting a similar `unmatched :rparen` syntax error with my config and found that a symbol in my task (e.g. `’foo` in `(run ’foo)`) caused the issue. It seems...
@borkdude That is good to hear! I forgot that the version of formform on Clojars is quite outdated and may not work as well with ClojureScript - updated that now...
Awesome, thanks! It also worked in my test with other formform.calc functions. I guess this issue can be closed now. From my experiments, I still found some missing namespaces, but...