From ac698070fbb479bf8180b8f81b543654fffb9639 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 11 Jul 2014 15:47:11 +0200 Subject: [PATCH] Enable highlighting of current line --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index b7b4014..82cae45 100644 --- a/.vimrc +++ b/.vimrc @@ -39,8 +39,9 @@ call vundle#end() " required filetype plugin indent on " required -" Enable line numbers and syntax highlighting by default +" Enable line numbers, highlighting of current line and syntax highlighting by default set number +set cursorline syntax on " enable words completion set dictionary+=/usr/share/dict/words