Created
July 30, 2018 08:07
-
-
Save hsnks100/ca0f6502ea3c1bb8319be2a779c76e5c to your computer and use it in GitHub Desktop.
제언이 선물
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax on | |
| "language en_US.UTF-8 | |
| set fileencodings=utf-8,euc-kr | |
| set encoding=utf-8 | |
| set langmenu=en_US | |
| let $LANG = 'en_US' | |
| source $VIMRUNTIME/delmenu.vim | |
| source $VIMRUNTIME/menu.vim | |
| set guifont=Inconsolata\ Bold\ 14 | |
| set guioptions-=m | |
| set guioptions-=T | |
| set number " line Ç¥½Ã¸¦ ÇØÁÝ´Ï´Ù. | |
| set laststatus=2 | |
| set autoread | |
| set cmdheight=2 | |
| set cursorline | |
| set shortmess=atI | |
| set nu | |
| set smarttab | |
| set smartindent | |
| set foldenable | |
| set mouse=a | |
| set foldnestmax=2 | |
| set foldlevel=1 | |
| set ignorecase | |
| set smartcase | |
| set ignorecase | |
| set hlsearch | |
| set nocompatible | |
| set bs=indent,eol,start | |
| set history=1000 | |
| set ruler | |
| set noswapfile | |
| set nobackup | |
| set nowritebackup | |
| set title | |
| set showmatch | |
| set nowrap | |
| set wmnu | |
| set autochdir | |
| set noerrorbells visualbell t_vb= | |
| set hidden | |
| set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<,space:# | |
| set et | |
| set ts=4 | |
| set sw=4 | |
| set sts=4 | |
| set ai | |
| set nocursorline | |
| set guicursor= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment