mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Relative line numbers.
This commit is contained in:
@@ -8,6 +8,7 @@ syntax on
|
|||||||
set ruler
|
set ruler
|
||||||
set title
|
set title
|
||||||
set number
|
set number
|
||||||
|
set relativenumber
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set ignorecase smartcase
|
set ignorecase smartcase
|
||||||
@@ -44,7 +45,6 @@ set statusline+=%*
|
|||||||
|
|
||||||
let g:syntastic_always_populate_loc_list = 1
|
let g:syntastic_always_populate_loc_list = 1
|
||||||
let g:syntastic_auto_loc_list = 1
|
let g:syntastic_auto_loc_list = 1
|
||||||
let g:syntastic_check_on_open = 1
|
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
|
|
||||||
autocmd Filetype python setlocal expandtab
|
autocmd Filetype python setlocal expandtab
|
||||||
|
|||||||
Reference in New Issue
Block a user