Skip to content

Instantly share code, notes, and snippets.

@yan13to
yan13to / vimrc
Last active November 14, 2019 14:14
Vimrc for my development
set encoding=utf-8
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" Plugins
Plugin 'tpope/vim-dispatch'