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

Bro it shows error on setting before

Open abrarishere opened this issue 7 months ago • 5 comments

      name = 'night-owl',
      colorscheme='night-owl',
      before = function()
        local night_owl = require('night-owl')
        night_owl.setup({
            bold = true,
            italics = false,
            underline = true,
            undercurl = true,
            transparent_background = true,
        })
        end

Error:



Themery config has some errors in their config:
  - Before in "night-owl" should be a text.

Check "help" and fix them.


abrarishere avatar Jul 01 '24 16:07 abrarishere