Fork me on GitHub
#vim
<
2022-08-19
>
Antoine Zimmermann09:08:02

hello all. I'm currently a user of vim-paredit but i am looking for an alternative for structural editing. I spotted https://github.com/guns/vim-sexp which seems interesting. do you have any recommandations for this?

1
dharrigan12:08:23

I use parinfer-rust as my structural editing assistant. For me, works well 🙂

3
Noah Bogart13:08:13

vim-sexp and tpope's mappings is my favorite

nate13:08:47

Same, vim-sexp and tpope’s additions since I started and my parentheses are always in harmonious balance.

Noah Bogart14:08:29

I also used tpope's vim-surround and now use nvim-surround, which are helpful for general wrapping/surrounding actions, but once i got comfortable with sexp, i use them much less now

Antoine Zimmermann18:08:44

i did not know of nvim-surround, thx! thank you all for your suggestions, I will look into it 🙂

🎉 1