dracula-vim/README.md

40 lines
1.7 KiB
Markdown
Raw Normal View History

2017-05-22 06:45:15 +00:00
# Dracula for [Vim](http://www.vim.org/)
2016-05-18 23:33:15 +00:00
2017-05-22 06:45:15 +00:00
> A dark theme for [Vim](http://www.vim.org/).
2016-05-18 23:33:15 +00:00
2019-12-23 03:48:12 +00:00
![Screenshot](./screenshot.png)
2016-05-18 23:37:30 +00:00
2016-05-18 23:33:15 +00:00
## Install
All instructions can be found at
[draculatheme.com/vim](https://draculatheme.com/vim).
2016-05-24 16:28:52 +00:00
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! {name}
colorscheme dracula
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.
2016-05-24 16:28:52 +00:00
## Team
This theme is maintained by the following person(s) and a bunch of
[awesome contributors](https://github.com/dracula/vim/graphs/contributors).
2016-05-24 16:28:52 +00:00
| [![Derek S.](https://avatars3.githubusercontent.com/u/5240018?v=3&s=70)](https://github.com/dsifford) | [![David Knoble](https://avatars0.githubusercontent.com/u/22802209?v=4&s=70)](https://github.com/benknoble) |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [Derek S.](https://github.com/dsifford) | [David Knoble](https://github.com/benknoble) |
2016-05-24 16:28:52 +00:00
## License
[MIT License](./LICENSE)