nvim: hide numbers in terminals
This commit is contained in:
parent
9317effa05
commit
26757b1bd4
2 changed files with 10 additions and 0 deletions
4
after/ftplugin/term.vim
Normal file
4
after/ftplugin/term.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
setlocal norelativenumber
|
||||
setlocal nonumber
|
||||
|
||||
setlocal scrolloff=0
|
Reference in a new issue