practicalli 2023-10-24

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!

👍 1

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