diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index cf15261..c6331a6 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -100,9 +100,12 @@ let g:pymode_lint_ignore = ["E203"] let g:ycm_extra_conf_globlist = ['!~/*'] " is overwritten in autogroups for c let g:ycm_autoclose_preview_window_after_insertion = 1 +" in normal mode run YCM's GoTo subcommand +nnoremap gd :YcmCompleter GoTo + let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree -" in normal mode ,ne will open NERDTree +" in normal mode open NERDTree nmap ne :NERDTree " let g:indentLine_char = '▏'