diff options
author | Guangxiong Lin <[email protected]> | 2023-10-02 11:13:11 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-02 11:13:11 +0800 |
commit | 12afda932c438771c70373e271855a8f42772bac (patch) | |
tree | 60062e6722243e20974029bdae5cf2b59d53fc15 /.vim/after/plugin | |
parent | cb54cf5c24e4910e15537d0cc33887176ac267da (diff) | |
download | dotfiles-12afda932c438771c70373e271855a8f42772bac.tar.gz dotfiles-12afda932c438771c70373e271855a8f42772bac.tar.bz2 dotfiles-12afda932c438771c70373e271855a8f42772bac.zip |
Add rust.vim
Diffstat (limited to '.vim/after/plugin')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 318e621..a249c87 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -97,6 +97,7 @@ function! InitMinpac() abort \ 'type': 'start', \ 'do': 'packloadall! | call mkdp#util#install()'}) call minpac#add('https://github.com/davidhalter/jedi-vim', {'type': 'opt'}) + call minpac#add('https://github.com/rust-lang/rust.vim', {'type': 'start'}) " misc call minpac#add('https://github.com/freitass/todo.txt-vim.git', {'type': 'opt'}) |