return {
'binhtran432k/dracula.nvim',
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme 'dracula'
end,
}