Custom Formatter in Vim to add line breaks after every period

Viewed 22

I am using VIM to write an article and would like to be able to automatically format with each sentence starting a new line, but still have a line break after 80 characters.

I think I need to make a custom formatexpr function, but I am not sure how to that. Any help would be appreciated.

0 Answers
Related