Dracula.nvim is a port of the popular Dracula colorscheme for Neovim,
Go to file
2024-10-04 21:41:11 -03:00
colors feat: remove global variables after being used 2024-10-04 21:41:11 -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 16:55:40 -03:00

Dracula

Created with schemecraft

Screenshot

Installation

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

Transparency

let g:dracula_transparency = 1

Plugins

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