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 *.ipynb setlocal filetype=json
au BufRead,BufNewFile *.md setlocal spell au BufRead,BufNewFile *.md setlocal spell
syntax on syntax on
" if &diff if &diff
" syntax off syntax off
" endif endif
set expandtab set expandtab
set autoindent set autoindent