File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Execute (#474: Load ftdetect files in filetypedetect augroup):
292
292
call plug#begin('/tmp/plugged')
293
293
Plug 'junegunn/rust.vim', { 'for': 'rust', 'commit': '115d321d383eb96d438466c56cc871fcc1bd0faa' }
294
294
call plug#end()
295
- PlugInstall
295
+ PlugInstall!
296
296
q
297
297
298
298
tabnew /tmp/any.rs
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ clone_repos() (
27
27
done
28
28
clone https://github.com/vim-scripts/beauty256.git vim-scripts/beauty256 &
29
29
clone https://github.com/junegunn/fzf.git fzf &
30
- clone https://github.com/rust-lang/rust.vim.git junegunn/rust.vim &
31
30
clone https://github.com/yous/subsubmodule.git yous/subsubmodule && \
32
31
(cd yous/subsubmodule && git submodule update --init --recursive & ) &
33
32
wait
You can’t perform that action at this time.
0 commit comments