loctvl842 / monokai-pro.nvim

Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum
MIT License
424 stars 40 forks source link

Option to remove undercurls #122

Open kaykhan opened 2 months ago

kaykhan commented 2 months ago

When overwriting styles i would like the option to remove undercurls.

vim.api.nvim_set_hl(0, 'DiagnosticUnnecessary', { undercurl = false })
            override = function()
                    return {
                                           DiagnosticUnnecessary = { fg = "Gray", italic = true }
                    }
                end,