Created with schemecraft
To install Dracula, you need a plugin manager. In the example, bellow we are going to use vim-plug.
Plug 'maxmx03/dracula.nvim', { 'branch': 'vim' }
colorscheme dracula
colorscheme dracula-soft
let g:dracula_transparency = 1
Bellow are the Dracula-Soft supported plugins. Enable the plugins you want.
let g:dracula_treesitter = 1
let g:dracula_lspconfig = 1
let g:dracula_navic = 1
let g:dracula_cmp = 1
let g:dracula_ibl = 1
let g:dracula_bufferline = 1
let g:dracula_neotree = 1
let g:dracula_nvimtree = 1
let g:dracula_whichkey = 1
let g:dracula_dashboard = 1
let g:dracula_gitsigns = 1
let g:dracula_neogit = 1
let g:dracula_todocomments = 1
let g:dracula_lazy = 1
let g:dracula_telescope = 1
let g:dracula_noice = 1
let g:dracula_hop = 1
let g:dracula_ministatusline = 1
let g:dracula_minitabline = 1
let g:dracula_ministarter = 1
let g:dracula_minicursorword = 1