Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 751 Bytes

INSTALL.md

File metadata and controls

19 lines (12 loc) · 751 Bytes

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/dracula/lightline.git

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

  1. Copy the dracula.vim file into your lightline/autoload/lightline/colorscheme/ directory. (This directory location will vary by plugin manager. Default for Vundle is .vim/bundle/lightline/autoload/lighline/colorscheme/ If you are using vim-plug, change "bundle" to "plugged.")
  2. Set your lightline colorscheme in your vimrc to dracula.
  3. Reload vim.
  4. Boom! It's working