xmap <leader>f <Plug>(coc-format-selected)
Hmmm... it looks like coc.nvim fights with deoplete.nvim
I use clojure-vim
<https://github.com/clojure-vim/clojure.vim>
and just use the regular built-in formatting options in vim
Interesting - that's in vim by default?
basically just =
or gq
<https://www.cs.swarthmore.edu/oldhelp/vim/reformatting.html>
Have you had any luck with parinfer or similar in vim?
I use parinfer-rust
it keeps things aligned too
for me, it works really really well.
Interesting, I had a behavior where the "undo-stack" got up to about 2k very quickly when I did normal (well normal for me) editing
Yeah I've had that as well. You could try :earlier 1m
in that case?
I've used :earlier
to get out of binds like this before. It's a super useful trick to know.
TIL
@mail089 That's a good one yeah, thanks for reminding me
Btw you guys are super duper nerds, I love it. (That's a compliment)
:partywombat:
(select-keys m
[:a :b :c])
Moving m
to new line:
(select-keys
m
[:a :b :c])
Changing select-keys
to do
(macro with body):
(do
m
[:a :b :c])
No fiddling with lispwords
or g:clojure_special_indent_words
[Olical/conjure] Issue opened by Diskriminantti