@@ -4,9 +4,8 @@ filetype off
4
4
5
5
if has (' vim_starting' )
6
6
set runtimepath += ~/.vim/bundle/neobundle.vim
7
-
8
- call neobundle#rc (expand (' ~/.vim/bundle/' ))
9
7
endif
8
+ call neobundle#rc (expand (' ~/.vim/bundle/' ))
10
9
11
10
NeoBundle ' git://github.com/Shougo/clang_complete.git'
12
11
NeoBundle ' git://github.com/Shougo/echodoc.git'
@@ -17,7 +16,7 @@ NeoBundle 'git://github.com/Shougo/vim-vcs.git'
17
16
NeoBundle ' git://github.com/Shougo/vimfiler.git'
18
17
NeoBundle ' git://github.com/Shougo/vimshell.git'
19
18
NeoBundle ' git://github.com/Shougo/vinarise.git'
20
- NeoBundle ' git://github.com/Shougo/vinarise .git'
19
+ NeoBundle ' git://github.com/h1mesuke/unite-outline .git'
21
20
22
21
" """""" vim-scripts repos
23
22
" プロジェクトのツリー表示
@@ -89,7 +88,6 @@ NeoBundle 'quickrun.vim'
89
88
90
89
NeoBundle ' ZenCoding.vim'
91
90
" -----入力補完-----
92
- NeoBundle ' neocomplcache'
93
91
let g: neocomplcache_enable_at_startup = 1
94
92
let g: neocomplcache_max_list = 30
95
93
let g: neocomplcache_auto_completion_start_length = 2
@@ -99,9 +97,6 @@ imap <expr><TAB> neocomplcache#sources#snippets_complete#expandable() ? "\<Plug>
99
97
NeoBundle ' neco-look'
100
98
NeoBundle ' ujihisa/shadow.vim'
101
99
102
- " unite
103
- NeoBundle ' unite.vim'
104
- NeoBundle ' h1mesuke/unite-outline'
105
100
NeoBundle ' smartchr'
106
101
107
102
" "" unite.vim
@@ -129,4 +124,4 @@ au FileType unite inoremap <silent> <buffer> <ESC><ESC> <ESC>q
129
124
130
125
nmap <C-k> :bN<CR>
131
126
nmap <C-j> :bn<CR>
132
- nmap <C-w> :bdelete<CR>
127
+ " nmap <C-w> :bdelete<CR>
0 commit comments