Skip to content

Instantly share code, notes, and snippets.

@sys9kdr
Created May 2, 2017 08:22
Show Gist options
  • Select an option

  • Save sys9kdr/517b746d719e903c8d093eef19173fa9 to your computer and use it in GitHub Desktop.

Select an option

Save sys9kdr/517b746d719e903c8d093eef19173fa9 to your computer and use it in GitHub Desktop.
set runtimepath+=~/.vim/bundle/neobundle.vim
call neobundle#begin(expand('~/.vim/bundle'))
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/denite.nvim'
call neobundle#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment