Highlight 80th column
This commit is contained in:
5
vimrc
5
vimrc
@ -23,7 +23,7 @@ Plugin 'dense-analysis/ale'
|
|||||||
" Color schemes
|
" Color schemes
|
||||||
Plugin 'morhetz/gruvbox'
|
Plugin 'morhetz/gruvbox'
|
||||||
" Code completion using <tab>
|
" Code completion using <tab>
|
||||||
" Plugin 'ervandew/supertab'
|
Plugin 'ervandew/supertab'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
@ -55,10 +55,11 @@ au BufNewFile,BufRead *.js, *.html, *.css
|
|||||||
" Display
|
" Display
|
||||||
set list
|
set list
|
||||||
set list listchars=tab:▷⋅,trail:⋅,nbsp:⋅
|
set list listchars=tab:▷⋅,trail:⋅,nbsp:⋅
|
||||||
set nowrap
|
" set nowrap
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set foldlevel=3
|
set foldlevel=3
|
||||||
|
set colorcolumn=80
|
||||||
|
|
||||||
" Behaviour
|
" Behaviour
|
||||||
set hidden " Keep previous buffer when opening a new file
|
set hidden " Keep previous buffer when opening a new file
|
||||||
|
Reference in New Issue
Block a user