Turn off number for terminal
This commit is contained in:
parent
5614060b0a
commit
2db254c7c7
1
vimrc
1
vimrc
|
@ -65,6 +65,7 @@ au BufRead,BufNewFile *.md setlocal spell
|
||||||
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
|
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
|
||||||
au BufRead,BufNewFile *.csv setlocal nowrap
|
au BufRead,BufNewFile *.csv setlocal nowrap
|
||||||
au BufRead,BufNewFile *.service[a-zA-Z0-9]* setlocal filetype=systemd
|
au BufRead,BufNewFile *.service[a-zA-Z0-9]* setlocal filetype=systemd
|
||||||
|
au TermOpen * setlocal nonumber norelativenumber
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
if &diff
|
if &diff
|
||||||
|
|
Loading…
Reference in a new issue