Browse Source

relative line nums in nvim

master
Ivan Polyakov 2 years ago
parent
commit
bcb243abae
  1. 2
      .config/nvim/init.vim

2
.config/nvim/init.vim

@ -4,7 +4,7 @@ set nocompatible | filetype indent plugin on | syn on @@ -4,7 +4,7 @@ set nocompatible | filetype indent plugin on | syn on
set backspace=indent,eol,start
set ruler " show current line and column
set nu " show line numbers
set nu rnu " show line numbers
set cc=75 " show column ruler
set ts=4
set shiftwidth=4

Loading…
Cancel
Save