1
0
Fork 0

nvim: rusty-tags config for gutentags

This commit is contained in:
Jeremy Kaplan 2021-03-07 19:14:02 -08:00
commit 8e3915f45f
2 changed files with 10 additions and 0 deletions

View file

@ -322,3 +322,5 @@ vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
imap <C-k> <Plug>(neosnippet_expand_or_jump)
smap <C-k> <Plug>(neosnippet_expand_or_jump)
xmap <C-k> <Plug>(neosnippet_expand_target)
let g:gutentags_ctags_executable_rust = 'rusty-gutentags'