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