Skip to content

Instantly share code, notes, and snippets.

@xd547
Created April 8, 2019 01:38
Show Gist options
  • Select an option

  • Save xd547/296cb1a7088b8733eb2595295ff64d5a to your computer and use it in GitHub Desktop.

Select an option

Save xd547/296cb1a7088b8733eb2595295ff64d5a to your computer and use it in GitHub Desktop.
.vimrc
" 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