Disable syntax during diff again for onehalf
This commit is contained in:
parent
f07b34e790
commit
1c81b45af9
6
vimrc
6
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue