Skip to content

Instantly share code, notes, and snippets.

View weij's full-sized avatar

Yin Weijun weij

  • Letote China
  • Shenzhen
View GitHub Profile
@weij
weij / .vimrc
Last active June 6, 2018 13:19
customize vimrc
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')