nvim: config: Disable relative number & rely on sneak
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
03f7e1ee50
commit
00cefaa665
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ set undofile " Enable undo persistence across sessions
|
||||||
set hidden
|
set hidden
|
||||||
set noautochdir
|
set noautochdir
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set relativenumber
|
|
||||||
set nostartofline " Do not jump to first character with page commands.
|
set nostartofline " Do not jump to first character with page commands.
|
||||||
set ignorecase " Make searching case insensitive
|
set ignorecase " Make searching case insensitive
|
||||||
set smartcase " ... unless the query has capital letters.
|
set smartcase " ... unless the query has capital letters.
|
||||||
|
|
Loading…
Reference in a new issue