Fork me on GitHub
#vim
<
2020-01-24
>
Chase00:01:21

I'm embarrassed because I didn't really know (or remember?) about s until today. Now I never want to give it up either.

dominicm11:01:46

I don't surround too much, so I have it bound to <leader>s... Not that much of a hassle really

jkrasnay18:01:52

Hi folks. I’ve found with my Neovim setup I can’t properly indent a large form. After 100 lines the indentation resets back to column 1. It’s not a problem for normal Clojure code but I have some big data structures and integration tests that I don’t really want to split up. Any advice here?

dominicm18:01:23

There's a clojure max lines variable somewhere

dominicm18:01:38

I forget the name, but :helpgrep should find it

jkrasnay18:01:52

Found it! g:clojure_maxlines. Thanks so much.

Olical10:01:59

I didn't realise this was a thing! Thanks @U09LZR36F

jkrasnay18:01:26

I might have found it sooner if it didn’t have such an obscure name 😀

😆 4