File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 9
9
All instructions can be found at
10
10
[ draculatheme.com/vim] ( https://draculatheme.com/vim ) .
11
11
12
+ Note that dracula must be in your ` 'runtimepath' ` to load properly: Version 2.0
13
+ introduced autoload functionality for part of the plugin, which doesn't work
14
+ without ` 'runtimepath' ` properly set.
15
+
16
+ For users of Vim 8's ` |packages| ` feature, it suffices to put
17
+ packadd! dracula
18
+ colorscheme dracula
19
+ in your vimrc. For users of other plugin managers, consult your documentation
20
+ to make sure you put dracula on the ` 'runtimepath' ` before loading it.
21
+
12
22
## Team
13
23
14
24
This theme is maintained by the following person(s) and a bunch of
Original file line number Diff line number Diff line change @@ -36,12 +36,24 @@ USAGE *dracula-usage*
36
36
37
37
Install it with your favorite plugin manager, and then >
38
38
colorscheme dracula
39
- in your vimrc !
39
+ in your vimrc! See also | dracula_runtimepath | .
40
40
41
41
If you are an airline user, you can also do >
42
42
let g:airline_theme='dracula'
43
43
to have airline use Dracula.
44
44
45
+ *dracula_runtimepath*
46
+
47
+ Note that dracula must be in your 'runtimepath' for this command to work
48
+ properly: Version 2.0 introduced autoload functionality for part of the
49
+ plugin, which doesn't work without 'runtimepath' properly set.
50
+
51
+ For users of Vim 8's | packages | feature, it suffices to put >
52
+ packadd! dracula
53
+ colorscheme dracula
54
+ in your vimrc. For users of other plugin managers, consult your documentation
55
+ to make sure you put dracula on the 'runtimepath' before loading it.
56
+
45
57
==============================================================================
46
58
CONFIGURATION *dracula-configuration*
47
59
You can’t perform that action at this time.
0 commit comments