hare.vim

[vim] Hare vim plugin
git clone https://git.torresjrjr.com/hare.vim.git
Log | Files | Refs | README | LICENSE

commit 37626420302c85fd99817db4f54d8f44ddd7291e
parent 62e82e189ba84d3071c1ca3c9b712f6bc2beec54
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 11 May 2020 11:04:40 -0400

ftplugin: set formatoptions

Diffstat:
Mftplugin/hare.vim | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/ftplugin/hare.vim b/ftplugin/hare.vim @@ -15,3 +15,7 @@ setlocal tabstop=8 setlocal shiftwidth=0 setlocal softtabstop=0 setlocal textwidth=80 + +" Set 'formatoptions' to break comment lines but not other lines, +" and insert the comment leader when hitting <CR> or using "o". +setlocal fo-=t fo+=croql