nvim: config: Disable relative number & rely on sneak

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-06-04 18:17:59 +05:30
parent 03f7e1ee50
commit 00cefaa665

View file

@ -32,7 +32,6 @@ set undofile " Enable undo persistence across sessions
set hidden
set noautochdir
set hlsearch
set relativenumber
set nostartofline " Do not jump to first character with page commands.
set ignorecase " Make searching case insensitive
set smartcase " ... unless the query has capital letters.