Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 994 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 994 Bytes

vim-dracula

Dracula color scheme for Vim, original repo is hold at https://github.com/zenorocha/dracula-theme, refined highlight, compatible with Vundle.

The code is learnt from hybrid.

Install

Vundle

Plugin 'crusoexia/vim-dracula'

Usage

Execute below command in your Vim or paste it into your .vimrc:

colorscheme dracula

Javascript enchancement

For javascript development, it is recommend to install vim-javascript, which provide features such as param syntax highlight.

Configuration

  • Italic

If you are using a font which support italic, you can use below config to enable the italic form:

let g:dracula_italic = 1

Screenshots

javascript