Skip to content

Instantly share code, notes, and snippets.

@xuzheng465
xuzheng465 / .vimrc
Created January 26, 2022 08:28 — 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)
@xuzheng465
xuzheng465 / useHexo.md
Created December 22, 2017 06:44 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages