[VIM] Rust + Ctags support

This commit is contained in:
Tobias Manske 2021-04-05 03:41:52 +02:00
parent c46d64cb70
commit b80e034907
Signed by: tobias
GPG Key ID: D5914DC71F2F9352

View File

@ -88,4 +88,7 @@ Plug 'mattn/gist-vim'
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
Plug 'majutsushi/tagbar'
Plug 'rust-lang/rust.vim'
call plug#end()