Dracula.nvim is a port of the popular Dracula colorscheme for Neovim,
Go to file
2024-10-04 21:42:28 -03:00
colors feat: remove global variable after being used 2024-10-04 21:42:28 -03:00
.gitignore feat: queries 2024-02-22 09:18:08 -03:00
dracula-soft.yml feat: vim8 and fix configuration 2024-10-04 16:53:33 -03:00
dracula.yml feat: vim8 and fix configuration 2024-10-04 16:53:33 -03:00
LICENSE Initial commit 2023-03-23 20:39:26 -03:00
makefile feat: vim8 and fix configuration 2024-10-04 16:53:33 -03:00
README.md Update README.md 2024-10-04 17:13:55 -03:00

Dracula

Screenshot

Installation

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-soft

Transparency

g:dracula_transparency = true

Plugins

Bellow 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