Skip to content

Instantly share code, notes, and snippets.

@huntrax11
Created January 10, 2013 01:18
Show Gist options
  • Save huntrax11/4498575 to your computer and use it in GitHub Desktop.
Save huntrax11/4498575 to your computer and use it in GitHub Desktop.
GVim for Windows Configuration
language C
syn on
set number
set ruler
set autoindent
set expandtab
set tabstop=4 shiftwidth=4 softtabstop=4
set backspace=2
set encoding=utf-8 fileencoding=utf-8
set fileformat=unix
if has("gui_running")
set encoding=cp949
set guifont=NanumMonaco:h10
colorscheme desert
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment