Skip to content

Instantly share code, notes, and snippets.

View Forrest-Li's full-sized avatar
🏞️
Itchy feet ⛰

Forrest Li Forrest-Li

🏞️
Itchy feet ⛰
  • MSCS, NEU
  • Vancouver, CA
View GitHub Profile
@Forrest-Li
Forrest-Li / .vimrc
Last active June 18, 2021 18:08 — forked from chrisyeh96/.vimrc
.vimrc | customized for universal use
"""" From example_vimrc
" When started as "evim", evim.vim will already have done these settings, bail
" out.
if v:progname =~? "evim"
finish
endif
" Get the defaults that most users want.
source $VIMRUNTIME/defaults.vim