fix: make more clear how to froze a plugin
This commit is contained in:
parent
8fdabfba0b
commit
69f7b88f60
|
@ -135,6 +135,9 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
|||
" Unmanaged plugin (manually installed and updated)
|
||||
Plug '~/my-prototype-plugin'
|
||||
|
||||
" Prevent plugin to be updated unless specified
|
||||
Plug 'junegunn/vim-easy-align', {'frozen': '1'}
|
||||
|
||||
" Initialize plugin system
|
||||
call plug#end()
|
||||
```
|
||||
|
|
|
@ -171,6 +171,9 @@ Example~
|
|||
" Unmanaged plugin (manually installed and updated)
|
||||
Plug '~/my-prototype-plugin'
|
||||
|
||||
" Prevent plugin to be updated unless explicitly specified
|
||||
Plug 'junegunn/vim-easy-align', {'frozen': '1'}
|
||||
|
||||
" Initialize plugin system
|
||||
call plug#end()
|
||||
<
|
||||
|
|
Loading…
Reference in New Issue
Block a user