dracula.nvim icon indicating copy to clipboard operation
dracula.nvim copied to clipboard

Dracula colorscheme for neovim written in Lua

Results 25 dracula.nvim issues
Sort by recently updated
recently updated
newest added

I've been running dracula theme for nvim for a while and can't figure out why my methods calls are yellow and not green. For example in this screenshot printf in...

I have this for setting up `dracula.nvim`: ```lua local dracula = require("dracula") dracula.setup({ transparent_bg = true, lualine_bg_color = "#44475a", overrides = { VertSplit = { fg = dracula.colors().selection }, },...

I recently updated all my plugins for neovim and now I am getting this error whenver I start up neovim. I really have no idea what could be causing the...

据我所知,在某些环境是无法使用下述方案,比如 mac 自带的终端 https://draculatheme.com/contribute

Hello! It'd be nice to have hl groups defined for Neogit, if possible. See: https://github.com/NeogitOrg/neogit/blob/master/doc/neogit.txt Thank you!