Skip to content
generated from dracula/template

Dracula.nvim is a port of the popular Dracula colorscheme for Neovim,

License

Notifications You must be signed in to change notification settings

maxmx03/dracula.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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