Turn off number for terminal

This commit is contained in:
Edward Litherland-Smith 2022-04-28 14:27:37 +01:00
parent 5614060b0a
commit 2db254c7c7

1
vimrc
View file

@ -65,6 +65,7 @@ au BufRead,BufNewFile *.md setlocal spell
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
au BufRead,BufNewFile *.csv setlocal nowrap
au BufRead,BufNewFile *.service[a-zA-Z0-9]* setlocal filetype=systemd
au TermOpen * setlocal nonumber norelativenumber
syntax on
if &diff