dracula-vim/README.md
2019-06-02 17:52:03 -04:00

33 lines
1.5 KiB
Markdown

# Dracula for [Vim](http://www.vim.org/)
> A dark theme for [Vim](http://www.vim.org/).
![Screenshot](https://draculatheme.com/assets/img/screenshots/vim.png)
## Install
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
[awesome contributors](https://github.com/dracula/vim/graphs/contributors).
| [![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) |
## License
[MIT License](./LICENSE)