Minor update to install instructions
For packages users
This commit is contained in:
parent
a4f6b0abe6
commit
42a51ef8d9
2 changed files with 14 additions and 3 deletions
10
README.md
10
README.md
|
@ -14,9 +14,15 @@ introduced autoload functionality for part of the plugin, which doesn't work
|
|||
without `'runtimepath'` properly set.
|
||||
|
||||
For users of Vim 8's `|packages|` feature, it suffices to put
|
||||
packadd! dracula
|
||||
|
||||
packadd! {name}
|
||||
colorscheme dracula
|
||||
in your vimrc. For users of other plugin managers, consult your documentation
|
||||
|
||||
in your vimrc. `{name}` Should be replaced by the directory you put the code in.
|
||||
For example, if you use `~/.vim/pack/themes/start/my-dracula-theme`, you would do
|
||||
`packadd! my-dracula-theme`.
|
||||
|
||||
For users of other plugin managers, consult your documentation
|
||||
to make sure you put dracula on the `'runtimepath'` before loading it.
|
||||
|
||||
## Team
|
||||
|
|
|
@ -51,7 +51,12 @@ plugin, which doesn't work without 'runtimepath' properly set.
|
|||
For users of Vim 8's |packages| feature, it suffices to put >
|
||||
packadd! dracula
|
||||
colorscheme dracula
|
||||
in your vimrc. For users of other plugin managers, consult your documentation
|
||||
in your vimrc. {name} Should be replaced by the directory you put the code in.
|
||||
For example, if you use ~/.vim/pack/themes/start/my-dracula-theme, you would
|
||||
do >
|
||||
packadd! my-dracula-theme
|
||||
|
||||
For users of other plugin managers, consult your documentation
|
||||
to make sure you put dracula on the 'runtimepath' before loading it.
|
||||
|
||||
==============================================================================
|
||||
|
|
Loading…
Reference in a new issue