Skip to content

Commit b72aee8

Browse files
committed
modules: update all and remove clang-format
1 parent 365ffcc commit b72aee8

File tree

10 files changed

+7
-27
lines changed

10 files changed

+7
-27
lines changed

.gitmodules

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
path = .vim/pack/dist/start/vim-snippets
3535
url = https://github.com/honza/vim-snippets.git
3636
branch = master
37-
[submodule ".vim/pack/dist/start/clang_complete"]
38-
path = .vim/pack/dist/start/clang_complete
39-
url = http://github.com/Rip-Rip/clang_complete
40-
branch = master
4137
[submodule ".vim/pack/dist/start/vim-colors-solarized"]
4238
path = .vim/pack/dist/start/vim-colors-solarized
4339
url = http://github.com/altercation/vim-colors-solarized.git
@@ -58,9 +54,6 @@
5854
path = .vim/pack/dist/start/a.vim
5955
url = https://github.com/vim-scripts/a.vim.git
6056
branch = master
61-
[submodule ".vim/pack/dist/start/vim-dispatch"]
62-
path = .vim/pack/dist/start/vim-dispatch
63-
url = https://github.com/tpope/vim-dispatch.git
6457
[submodule ".vim/pack/dist/start/cmake-presets-vim"]
6558
path = .vim/pack/dist/start/cmake-presets-vim
6659
url = https://github.com/vicentebolea/cmake-presets-vim.git
Lines changed: 0 additions & 1 deletion
This file was deleted.

.vim/pack/dist/start/vim-dispatch

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vim/pack/dist/start/vim-fugitive

.vimrc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,6 @@ endif
178178
set dictionary+=/usr/share/dict/words
179179
set completeopt=menuone,menu,preview,longest
180180

181-
" clang_complete
182-
" ----------------------------------------------------
183-
if empty($CLANG_COMPLETE_LIB)
184-
let g:clang_complete_loaded = 1
185-
endif
186-
187-
let g:clang_library_path = $CLANG_COMPLETE_LIB
188-
let g:clang_auto_select = 1
189-
let g:clang_complete_auto = 0
190-
let g:clang_snippets = 0
191-
"}}}
192181
"Key-binding {{{
193182
" ---------------------------------------------------------------------
194183
let mapleader = " "
@@ -287,7 +276,7 @@ let g:ctrlp_mruf_relative = 1
287276
let g:ctrlp_show_hidden = 1
288277
let g:ctrlp_working_path_mode = 'ra'
289278
let g:ctrlp_custom_ignore = {
290-
\ 'dir': '\v[\/]\.(git|hg|svn|osc)$',
279+
\ 'dir': '\v[\/]\.(git|hg|svn|osc|venv)$',
291280
\ 'file': '\v\.(exe|so|dll)$',
292281
\ }
293282

0 commit comments

Comments
 (0)