Skip to content

Commit

Permalink
Add g:marching#default_config.
Browse files Browse the repository at this point in the history
  • Loading branch information
osyo-manga committed Aug 2, 2017
1 parent 00fcff9 commit 6d45f0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -60,6 +60,11 @@ imap <buffer> <C-x><C-o> <Plug>(marching_start_omni_complete)
imap <buffer> <C-x><C-x><C-o> <Plug>(marching_force_start_omni_complete)
" _数値 から始まる候補を無視する
let g:marching#default_config = {
\ "ignore_pat" : '^_\D'
\}
" 非同期ではなくて、同期処理でコード補完を行う場合
" この設定の場合は vimproc.vim に依存しない
" let g:marching_backend = "sync_clang_command"
Expand Down

0 comments on commit 6d45f0a

Please sign in to comment.