# Dracula ![Screenshot](https://user-images.githubusercontent.com/50273941/227779719-6e003e4a-f8e8-40bc-8a9f-ebfd7ea13fe6.png) ## Installation To install Dracula-Soft, you need a plugin manager. In the example, bellow we are going to use vim-plug. ```vim Plug 'maxmx03/dracula.nvim', { 'branch': 'vim9' } colorscheme dracula colorscheme dracula-soft ``` ## Transparency ```vim g:dracula_transparency = true ``` ## Plugins Bellow are the Dracula-Soft supported plugins. Enable the plugins you want. ```vim 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 ```