nvim: rusty-tags config for gutentags
This commit is contained in:
parent
1236aad075
commit
8e3915f45f
2 changed files with 10 additions and 0 deletions
8
bin/rusty-gutentags
Executable file
8
bin/rusty-gutentags
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# https://github.com/ludovicchabant/vim-gutentags/issues/206#issuecomment-422984864
|
||||||
|
|
||||||
|
rusty-tags vi
|
||||||
|
mv rusty-tags.vi tags.temp
|
||||||
|
|
@ -322,3 +322,5 @@ vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
||||||
imap <C-k> <Plug>(neosnippet_expand_or_jump)
|
imap <C-k> <Plug>(neosnippet_expand_or_jump)
|
||||||
smap <C-k> <Plug>(neosnippet_expand_or_jump)
|
smap <C-k> <Plug>(neosnippet_expand_or_jump)
|
||||||
xmap <C-k> <Plug>(neosnippet_expand_target)
|
xmap <C-k> <Plug>(neosnippet_expand_target)
|
||||||
|
|
||||||
|
let g:gutentags_ctags_executable_rust = 'rusty-gutentags'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue