These are the default instructions using Vim 8's |packages| feature.
- Create theme folder (in case you don't have yet):
mkdir -p ~/.vim/pack/themes/start
In case you're using NeoVim:
mkdir -p ~/.local/share/nvim/site/pack/themes/start
- Copy the
vimfolder and rename to "dracula_pro":
cp -r vim ~/.vim/pack/themes/start/dracula_pro
NeoVim
In case you're using NeoVim, here are the instructions.
- Create theme folder (in case you don't have yet):
mkdir -p ~/.local/share/nvim/site/pack/themes/start
- Copy the
vimfolder and rename to "dracula_pro":
cp -r vim ~/.local/share/nvim/site/pack/themes/start/dracula_pro
- Create configuration file (in case you don't have yet):
vim ~/.vimrc
Or .nvimrc if you're using NeoVim.
- Edit the
~/.vimrcfile with the following content:
packadd! dracula_pro
syntax enable
let g:dracula_colorterm = 0
colorscheme dracula_pro
P.S.: You need a 256-color or truecolor terminal and you may want one that supports xterm sequences for :terminal.