Hey @jr0cket I just pulled the latest deps.edn and noticed a closing bracket error at https://github.com/practicalli/clojure-cli-config/compare/a5c1355015d9ed9239ca3ed936cd3b60f2eb3fdd...ca64d8b33fcc8a34919528144c37a677bc768301?w=true#diff-551f87f7577a57c2f4f74b35056d5c7985331f7a38976810fd2bbc213bfe7bb5R570 which (incorrectly) got added to the end of the file instead
Cheers.
Can't say I'm a fan of parinfer tbh... I'm in camp strict paredit
Ironically it was when I put parinfer into paredit mode that I think the issue occured. But it's really user error, not noticing I changed the indentation in the commit. And not running the tools locally to check the config... I've found parinfer simpler to use with Neovim, but it does take a little adjustment in thinking. I still use Smartparents with Emacs, although rarely use any of the Smartparents structured editing commands directly (vim-style editing is often an easier approach for me in either editor)
I pushed an update to the latest release to fix some minor issues with format and tool config. Should be good now, let me know if there are issues
let me do a quick pull on it
looks good, thanks!
I thought I had fixed the issue on the 17th October. But looking back at the commit it seems it was partially being masked. I had been trying the paren mode of parinfer and it did some 'interesting' things to the layout of the parens that I hadnt noticed. I've pushed another release that fixes the config, simplifies and removes some of the aliases and adds more useful documentation throughout. https://github.com/practicalli/clojure-cli-config/releases/tag/2023-10-27
just thought I'd let you know
Thanks. I'll fix this next time I'm at the computer