From c7499ab8bd1242702abaee5b9301a6b6e30886f8 Mon Sep 17 00:00:00 2001 From: djib Date: Mon, 30 Sep 2019 01:27:54 +0200 Subject: [PATCH] Highlight 80th column --- vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 47475b8..1c6478a 100644 --- a/vimrc +++ b/vimrc @@ -23,7 +23,7 @@ Plugin 'dense-analysis/ale' " Color schemes Plugin 'morhetz/gruvbox' " Code completion using -" Plugin 'ervandew/supertab' +Plugin 'ervandew/supertab' call vundle#end() filetype plugin indent on @@ -55,10 +55,11 @@ au BufNewFile,BufRead *.js, *.html, *.css " Display set list set list listchars=tab:▷⋅,trail:⋅,nbsp:⋅ -set nowrap +" set nowrap set hlsearch set incsearch set foldlevel=3 +set colorcolumn=80 " Behaviour set hidden " Keep previous buffer when opening a new file