Skip to content

Commit db517f9

Browse files
committed
NeoBundle update
1 parent 6d8e432 commit db517f9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.vimrc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ filetype off
44

55
if has('vim_starting')
66
set runtimepath+=~/.vim/bundle/neobundle.vim
7-
8-
call neobundle#rc(expand('~/.vim/bundle/'))
97
endif
8+
call neobundle#rc(expand('~/.vim/bundle/'))
109

1110
NeoBundle 'git://github.com/Shougo/clang_complete.git'
1211
NeoBundle 'git://github.com/Shougo/echodoc.git'
@@ -17,7 +16,7 @@ NeoBundle 'git://github.com/Shougo/vim-vcs.git'
1716
NeoBundle 'git://github.com/Shougo/vimfiler.git'
1817
NeoBundle 'git://github.com/Shougo/vimshell.git'
1918
NeoBundle 'git://github.com/Shougo/vinarise.git'
20-
NeoBundle 'git://github.com/Shougo/vinarise.git'
19+
NeoBundle 'git://github.com/h1mesuke/unite-outline.git'
2120

2221
""""""" vim-scripts repos
2322
" プロジェクトのツリー表示
@@ -89,7 +88,6 @@ NeoBundle 'quickrun.vim'
8988

9089
NeoBundle 'ZenCoding.vim'
9190
"-----入力補完-----
92-
NeoBundle 'neocomplcache'
9391
let g:neocomplcache_enable_at_startup = 1
9492
let g:neocomplcache_max_list = 30
9593
let g:neocomplcache_auto_completion_start_length = 2
@@ -99,9 +97,6 @@ imap <expr><TAB> neocomplcache#sources#snippets_complete#expandable() ? "\<Plug>
9997
NeoBundle 'neco-look'
10098
NeoBundle 'ujihisa/shadow.vim'
10199

102-
"unite
103-
NeoBundle 'unite.vim'
104-
NeoBundle 'h1mesuke/unite-outline'
105100
NeoBundle 'smartchr'
106101

107102
""" unite.vim
@@ -129,4 +124,4 @@ au FileType unite inoremap <silent> <buffer> <ESC><ESC> <ESC>q
129124
130125
nmap <C-k> :bN<CR>
131126
nmap <C-j> :bn<CR>
132-
nmap <C-w> :bdelete<CR>
127+
"nmap <C-w> :bdelete<CR>

0 commit comments

Comments
 (0)