mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35:10 +01:00
Enable highlighting of current line
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user