neorg icon indicating copy to clipboard operation
neorg copied to clipboard

color is not working

Open qZhang88 opened this issue 2 years ago • 2 comments

Prerequisites

  • [X] I am using the latest stable release of Neovim
  • [X] I am using the latest version of the plugin

Neovim Version

NVIM v0.10.0-dev-0ff13a6 Build type: Release LuaJIT 2.1.1695653777

Neorg setup

require("neorg").setup {
  load = {
    ["core.defaults"] = {}, -- Loads default behaviour
    ["core.concealer"] = {}, -- Adds pretty icons to your documents
    ["core.dirman"] = { -- Manages Neorg workspaces
      config = {
        workspaces = {
	  work = "~/ws/code/neovim/notes/work",
	  home = "~/ws/code/neovim/notes/home",
	},
      },
    },
    ["core.ui.calendar"] = {},
  },
}

Actual behavior

color not shown as expected

image

Expected behavior

text should show in right color

Steps to reproduce

just use nvim to open specs.norg

Potentially conflicting plugins

No response

Other information

No response

Help

None

Implementation help

No response

qZhang88 avatar Nov 08 '23 02:11 qZhang88

Does it get fixed after :e!?

If yes, it might be problems with lazy loading not configured right.

Edit: dang I misread your question.

Yes, it's being worked on right now.

pysan3 avatar Nov 08 '23 06:11 pysan3

this is just implemented yet afaik

max397574 avatar Nov 08 '23 06:11 max397574