Skip to content

Commit

Permalink
Document solutions to errors caused by 'rtp' (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble authored and dsifford committed Jun 2, 2019
1 parent f90b582 commit a4f6b0a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
All instructions can be found at
[draculatheme.com/vim](https://draculatheme.com/vim).

Note that dracula must be in your `'runtimepath'` to load properly: Version 2.0
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
colorscheme dracula
in your vimrc. For users of other plugin managers, consult your documentation
to make sure you put dracula on the `'runtimepath'` before loading it.

## Team

This theme is maintained by the following person(s) and a bunch of
Expand Down
14 changes: 13 additions & 1 deletion doc/dracula.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,24 @@ USAGE *dracula-usage*

Install it with your favorite plugin manager, and then >
colorscheme dracula
in your vimrc !
in your vimrc! See also |dracula_runtimepath|.

If you are an airline user, you can also do >
let g:airline_theme='dracula'
to have airline use Dracula.

*dracula_runtimepath*

Note that dracula must be in your 'runtimepath' for this command to work
properly: Version 2.0 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
colorscheme dracula
in your vimrc. For users of other plugin managers, consult your documentation
to make sure you put dracula on the 'runtimepath' before loading it.

==============================================================================
CONFIGURATION *dracula-configuration*

Expand Down

0 comments on commit a4f6b0a

Please sign in to comment.