X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f41afb85ea34017f251ec118660c8e0e0d3c3d17..6abbb3046411b7801e28854c1cb5ad0652d514e1:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 25fa460..22c9cd2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -247,6 +247,7 @@ set directory=$XDG_CACHE_HOME/vim/swap// 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 wildignorecase " ignore case when completing file names set wildignore+=.hg,.git,.svn " Version control set wildignore+=*.aux,*.out,*.toc " LaTeX intermediate files @@ -691,7 +692,6 @@ let g:ycm_complete_in_comments = 1 let g:ycm_complete_in_strings = 1 let g:ycm_autoclose_preview_window_after_insertion = 0 "let g:ycm_extra_conf_vim_data = ['%:p'] -nnoremap gd :YcmCompleter GoTo " vim-easy-align {{{2 " start interactive EasyAlign in visual mode