mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 18:38:46 -04:00
cleanup
This commit is contained in:
35
vim/.vimrc
35
vim/.vimrc
@@ -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')
|
||||
|
Reference in New Issue
Block a user