1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-07 05:32:35 +02:00

Enable highlighting of current line

This commit is contained in:
Michiel Scholten
2014-07-11 15:47:11 +02:00
parent d29f52ba10
commit ac698070fb
+2 -1
View File
@@ -39,8 +39,9 @@ call vundle#end() " required
filetype plugin indent on " 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 number
set cursorline
syntax on syntax on
" enable words completion " enable words completion
set dictionary+=/usr/share/dict/words set dictionary+=/usr/share/dict/words