Add GoTo shortcut

This commit is contained in:
flyingscorpio@arch-desktop 2020-06-21 16:19:19 +02:00
parent ed948dd047
commit 49daf86427

View file

@ -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 <leader>gd :YcmCompleter GoTo<CR>
let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
" in normal mode ,ne will open NERDTree
" in normal mode open NERDTree
nmap <leader>ne :NERDTree<CR>
" let g:indentLine_char = '▏'