Skip to content

Instantly share code, notes, and snippets.

@coetry
Created May 5, 2018 16:49
Show Gist options
  • Save coetry/3393ce537d9dc8658c2ab9caa1284cc8 to your computer and use it in GitHub Desktop.
Save coetry/3393ce537d9dc8658c2ab9caa1284cc8 to your computer and use it in GitHub Desktop.
coetry vimrc
syntax on
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'mattn/emmet-vim'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment