1
0

Highlight 80th column

This commit is contained in:
2019-09-30 01:27:54 +02:00
parent 4b0a3b1b9c
commit e50c7d44cd

5
vimrc
View File

@ -23,7 +23,7 @@ Plugin 'dense-analysis/ale'
" Color schemes
Plugin 'morhetz/gruvbox'
" Code completion using <tab>
" 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