nvim: hide numbers in terminals

This commit is contained in:
Oliver Davies 2023-01-30 21:59:16 +00:00
parent f4a3b20f91
commit 40d3235275
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
setlocal norelativenumber
setlocal nonumber
setlocal scrolloff=0