Skip to content
Snippets Groups Projects
Commit 34b6debf authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: enable relative line numbers in vim

parent 446c8848
Branches
No related tags found
No related merge requests found
Pipeline #7371 failed
set encoding=utf-8 set encoding=utf-8
syntax on syntax on
set number " display line numberset number set number relativenumber " display line numberset number
set hlsearch " highlight all search results set hlsearch " highlight all search results
set ignorecase " do case insensitive search set ignorecase " do case insensitive search
set incsearch " show incremental search results as you type set incsearch " show incremental search results as you type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment