From 7bbadbb0e455e2ea541c56009715685233904168 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 6 Feb 2020 14:54:37 +0000 Subject: [PATCH] update textwidth to 120 --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 75e7d9c..09f2900 100644 --- a/vimrc +++ b/vimrc @@ -310,7 +310,7 @@ set shiftround set expandtab set autoindent -set textwidth=180 +set textwidth=120 set formatoptions=cq set wrapmargin=0 @@ -333,6 +333,7 @@ set cmdheight=3 set foldmethod=indent set foldnestmax=3 +set foldlevelstart=2 set showmode