Turn off line-wrapping and add visible indicator

This commit is contained in:
Nick Nisi
2013-11-21 12:29:22 -06:00
parent 386d6b7dea
commit 9e7dcd349b

View File

@@ -33,7 +33,7 @@ let g:mapleader = ","
" change history to 1000 " change history to 1000
set history=10000 set history=10000
set textwidth=80 " set textwidth=80
" Tab control " Tab control
set noexpandtab " insert tabs rather than spaces for <Tab> set noexpandtab " insert tabs rather than spaces for <Tab>
@@ -129,6 +129,9 @@ set tm=500
" switch syntax highlighting on " switch syntax highlighting on
syntax on syntax on
highlight ColorColumn ctermbg=magenta
call matchadd('ColorColumn', '\%81v', 100)
set encoding=utf8 set encoding=utf8
set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors" set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors"
set background=dark set background=dark
@@ -145,7 +148,7 @@ set linebreak " set soft wrapping
set showbreak=… " show ellipsis at breaking set showbreak=… " show ellipsis at breaking
set autoindent " automatically set indent of new line set autoindent " automatically set indent of new line
set smartindent set smartindent
try try
lang en_US lang en_US