Skip to content

Instantly share code, notes, and snippets.

@abawchen
abawchen / .vimrc
Created January 24, 2018 04:35
My favorite .vimrc
"========================
" Basic configuration
"========================
set nocompatible
set number
set guioptions-=r
set guioptions-=L
set guioptions-=b
set showtabline=0
syntax on