From c983cdce8a44b52b69edac7a5d97863445b6df37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 26 Jul 2021 13:35:33 +0200 Subject: vim: return to limit of 80 characters --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index a77f54f..58ee420 100644 --- a/vimrc +++ b/vimrc @@ -75,8 +75,8 @@ endfunction set number -set colorcolumn=82 -set textwidth=82 +set colorcolumn=80 +set textwidth=80 highlight ColorColumn ctermbg=DarkGray " Tabs setting. In default we want 4 spaces tab, but allows also 8 spaced tabs -- cgit v1.2.3