1
0
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:
2019-11-25 09:32:07 +01:00
parent f4cb93a87c
commit a36ab8fe47

View File

@@ -8,6 +8,7 @@ syntax on
set ruler
set title
set number
set relativenumber
set hlsearch
set incsearch
set ignorecase smartcase
@@ -44,7 +45,6 @@ set statusline+=%*
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
autocmd Filetype python setlocal expandtab