From 87bc403d0a7f36e003c71fc6cf6a84df385b15d3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Wed, 2 Nov 2016 13:35:00 +0100 Subject: [NeoVim] Default formatoptions for word wrap --- nvim/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim index 2f4abd2..3cee3d7 100644 --- a/nvim/nvim/init.vim +++ b/nvim/nvim/init.vim @@ -90,7 +90,7 @@ set smartcase " Textwidth for automatic wrap, `gq` is formatting operation set textwidth=79 -set formatoptions=tcqj +set formatoptions=jcroql " Highlight where the lines are more than 80 characters wide set colorcolumn=80 -- cgit v1.2.3