Skip to content

Instantly share code, notes, and snippets.

View yyc9268's full-sized avatar

Young-Chul Yoon yyc9268

  • South Korea
View GitHub Profile
@yyc9268
yyc9268 / .vimrc
Created August 20, 2017 13:10 — forked from rocarvaj/.vimrc
Minimal .vimrc for C/C++ developers
" VIM Configuration File
" Description: Optimized for C/C++ development, but useful also for other things.
" Author: Gerhard Gappmeier
"
" set UTF-8 encoding
set enc=utf-8
set fenc=utf-8
set termencoding=utf-8
" disable vi compatibility (emulation of old bugs)