vim


Ⅰ. 插件描述

:scream: A dark theme for Vim

Ⅱ. 基本信息

创建日期:  2013-10-31
使用用户:  2132
Github星:  623
插件作者:  Dracula Theme

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'dracula/vim'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'dracula/vim'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'dracula/vim'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/dracula/vim

Ⅳ. 文档说明

# Dracula for Vim

A dark theme for Vim.

Screenshot

Install

All instructions can be found at
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! {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.

Team

This theme is maintained by the following person(s) and a bunch of
awesome contributors.

Derek S.David Knoble
Derek S.David Knoble

License

MIT License

添加新评论