Relative line number

This commit is contained in:
Yash Karandikar 2023-03-27 19:55:13 -05:00
parent 47e7b975da
commit 1695f41504

1
.vimrc
View file

@ -9,6 +9,7 @@ set encoding=UTF-8
set hlsearch
set incsearch
set cursorline
set relativenumber
" install vim-plug if it's not installed already
let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'