set history=5000 " how many command lines are remembered
set wildmenu " command-line completion shows a list of matches
set wildmode=longest:full,full " specifies how command line completion works
set history=5000 " how many command lines are remembered
set wildmenu " command-line completion shows a list of matches
set wildmode=longest:full,full " specifies how command line completion works
set wildignore+=.hg,.git,.svn " Version control
set wildignore+=*.aux,*.out,*.toc " LaTeX intermediate files
set wildignore+=.hg,.git,.svn " Version control
set wildignore+=*.aux,*.out,*.toc " LaTeX intermediate files
let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""'
end
nnoremap <silent> [unite]f :<C-u>Unite -start-insert file_rec/async<CR>
let g:unite_source_rec_async_command = 'ag --follow --nocolor --nogroup --hidden -g ""'
end
nnoremap <silent> [unite]f :<C-u>Unite -start-insert file_rec/async<CR>
let g:ycm_complete_in_strings = 1
let g:ycm_autoclose_preview_window_after_insertion = 0
"let g:ycm_extra_conf_vim_data = ['%:p']
let g:ycm_complete_in_strings = 1
let g:ycm_autoclose_preview_window_after_insertion = 0
"let g:ycm_extra_conf_vim_data = ['%:p']