Skip to content

Instantly share code, notes, and snippets.

View Linerre's full-sized avatar
Time waits for nobody

Noel Errenil Linerre

Time waits for nobody
View GitHub Profile
set nocp " Use vim defaults, not vi ones
" set dg " Use digraphs
set fo+=r " Auto-format comments while typing
set com-=:% " '%' doesn't start comments
set hls " Highlight search pattern matches
set nojs " Join lines with only one space
set kp= " No external help system
set mps+=<:> " Make % work with <>
set mls=1 " Check one line for modelines