Open Kerwood opened 2 years ago
It is not intended and have to be fixed
After some poking around a highlight group for just @punctuation
is missing.
Temporary workaround
local colors = require("dracula").colors()
require("dracula").setup({
overrides = {
['@punctuation'] = { fg = colors.fg },
},
})
@xanderio - Can you please make a PR?
@xanderio I can't get this working with lazy.nvim, even when trying the method here https://github.com/Mofiqul/dracula.nvim/issues/76#issuecomment-1478583239
can you please help?
@xanderio I can't get this working with lazy.nvim, even when trying the method here #76 (comment)
can you please help?
Overrides will also works in lazy. Maybe your issue is diff hl?
After the latest merge today (#49) brackets and parantetes are now italic. Is this a bug or a feature? If its a feature, how do I change it back ?