mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
No vim-scripts/
parent
b5a275d46d
commit
57232353b1
2
faq.md
2
faq.md
@ -78,6 +78,8 @@ call plug#begin('~/.vim/bundle')
|
|||||||
call plug#begin('~/vimfiles/bundle')
|
call plug#begin('~/vimfiles/bundle')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Unlike Vundle, vim-plug does not implicitly prepend `vim-scripts/` to single-segment argument. So `Plugin 'taglist.vim'` in Vundle should be explicitly written as `Plug 'vim-scripts/taglist.vim'`. However, note that vim-scripts.org is no longer maintained.
|
||||||
|
|
||||||
### Conditional activation
|
### Conditional activation
|
||||||
|
|
||||||
Use plain "if" statement to conditionally activate plugins:
|
Use plain "if" statement to conditionally activate plugins:
|
||||||
|
Loading…
Reference in New Issue
Block a user