aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
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