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.
Plugin 'crusoexia/vim-dracula'
Execute below command in your Vim or paste it into your .vimrc:
colorscheme dracula
For javascript development, it is recommend to install vim-javascript, which provide features such as param syntax highlight.
- 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