This commit is contained in:
2024-03-12 20:54:17 -04:00
parent 6c2d10845f
commit a837244835
21 changed files with 0 additions and 8160 deletions

View File

@@ -1,38 +1,3 @@
"NeoBundle Scripts----------------------------- {{{
if &compatible
set nocompatible " Be iMproved
endif
" Required:
set runtimepath+=/Users/joshp/.vim/bundle/neobundle.vim/
" Required:
call neobundle#begin(expand('/Users/joshp/.vim/bundle'))
" Let NeoBundle manage NeoBundle
" Required:
NeoBundleFetch 'Shougo/neobundle.vim'
" Add or remove your Bundles here:
NeoBundle 'Shougo/neosnippet.vim'
NeoBundle 'Shougo/neosnippet-snippets'
NeoBundle 'tpope/vim-fugitive'
NeoBundle 'flazz/vim-colorschemes'
NeoBundle 'tiagofumo/vim-nerdtree-syntax-highlight'
" You can specify revision/branch/tag.
NeoBundle 'Shougo/vimshell', { 'rev' : '3787e5' }
" Required:
call neobundle#end()
" Required:
filetype plugin indent on
" If there are uninstalled bundles found on startup,
" this will conveniently prompt you to install them.
NeoBundleCheck
"End NeoBundle Scripts------------------------- }}}
" PLUGINS ----------------------------------------- {{{
call plug#begin('~/.vim/plugged')