Created
April 8, 2019 01:38
-
-
Save xd547/296cb1a7088b8733eb2595295ff64d5a to your computer and use it in GitHub Desktop.
.vimrc
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
| " encoding | |
| set encoding=utf-8 | |
| set fileencoding=utf-8 | |
| " preference | |
| syntax on | |
| set ai | |
| set shiftwidth=2 | |
| set tabstop=2 | |
| set softtabstop=2 | |
| set expandtab | |
| set ic " ignorecase in search parrerns | |
| set nu | |
| set hls | |
| set incsearch | |
| set smartindent | |
| set confirm | |
| set history=1000 | |
| set wildmenu | |
| set wildmode=full | |
| set wrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment