Skip to content

Instantly share code, notes, and snippets.

@pocke
Last active August 29, 2015 14:16
Show Gist options
  • Save pocke/15af0c621dd9ffd1c8a3 to your computer and use it in GitHub Desktop.
Save pocke/15af0c621dd9ffd1c8a3 to your computer and use it in GitHub Desktop.
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif
call neobundle#begin(expand('~/.vim/bundle/'))
NeoBundle 'Shougo/neocomplete'
let g:neocomplete#enable_at_startup = 1
NeoBundle 'Shougo/neosnippet'
NeoBundle 'Shougo/neosnippet-snippets'
call neobundle#end()
filetype plugin indent on " Required!
<div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment