Disable syntax during diff again for onehalf

This commit is contained in:
Edward Litherland-Smith 2021-02-22 09:35:42 +00:00
parent f07b34e790
commit 1c81b45af9

6
vimrc
View file

@ -32,9 +32,9 @@ set colorcolumn=+1
au BufRead,BufNewFile *.ipynb setlocal filetype=json
au BufRead,BufNewFile *.md setlocal spell
syntax on
" if &diff
" syntax off
" endif
if &diff
syntax off
endif
set expandtab
set autoindent