Skip to content

Instantly share code, notes, and snippets.

View tinyheero's full-sized avatar

Fong Chun Chan tinyheero

View GitHub Profile
@tinyheero
tinyheero / .vimrc
Last active August 21, 2020 14:15
My ~/.vimrc file
"----------
" General
"----------
set nocompatible "stops vim from behaving in a strongly vi -compatible way. Place at the start of vimrc file as it can affect lots of other options which you may want to override.
filetype plugin on "turns plugin on depending on filetype
filetype indent on "special identation for certain filetypes
" Set to auto read when a file is changed from the outside
set autoread