neorg
neorg copied to clipboard
color is not working
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
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
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.
this is just implemented yet afaik