Created
May 2, 2017 08:22
-
-
Save sys9kdr/517b746d719e903c8d093eef19173fa9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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