Fork me on GitHub
#vim
<
2016-06-03
>
deactivateduser08:06:46

it is not really fireplace related, but I use vim and when I insert a new line inside parentheses I get an extra new line inserted so my closing parentheses are not on the same line where I type, but one line lower, do you have any idea where to change this? I use some plugins but nothing looked suspicious for me: paredit, fireplace, rainbowparentheses

deactivateduser11:06:24

problem solved by setting: let g:paredit_electic_return = 0, so it was paredit

dominicm16:06:46

I find paredit very overbearing in general. I went for vim-sexp, worth trying if you don't miss paredit too much.

juhoteperi18:06:21

I second that