Skip to content

Instantly share code, notes, and snippets.

View rotten-integral's full-sized avatar
👿
Focusing

anudeep rotten-integral

👿
Focusing
View GitHub Profile
@rotten-integral
rotten-integral / _vimrc
Last active October 2, 2025 10:07
Here's my custom written _vimrc for writing LaTeX
" Vim with all enhancements
source $VIMRUNTIME/vimrc_example.vim
" Use the internal diff if available.
" Otherwise use the special 'diffexpr' for Windows.
if &diffopt !~# 'internal'
set diffexpr=MyDiff()
endif
function MyDiff()
let opt = '-a --binary '