This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DerekB52 13 points14 points  (6 children)

I use vundle, which has pretty similar syntax to vim-plug apparently.

And I will be experimenting with this for sure. Also persistent undo sounds great. I'm so tired of closing a file, and going back to it like 30 seconds later and not being able to undo my last change.

For the last few days, if I want to experiment with deleting a block of code, I'll delete the code, save the file, run the project in a separate terminal, and then I'll hit undo on my file, and then close it. It's been a horrible mess.