EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: YAML Highlighting does not differentiate between fields and values

chrisgrieser opened this issue · comments

Neovim version (nvim -v)

neovim 0.8.3 (homebrew)

Operating system/version

macOS 13.2 (M1)

Describe the bug

It's pretty much exactly the same issue already described in #274, which still occurs for me with the latest commit of nightfox.

Steps To Reproduce

Since the remainder of this bug report would pretty much be a duplication the report from #274, I hope it is okay that I do not repeat what was already well-laid out by the issues op.

Expected Behavior

(see above)

Repro

No response

I think I found (part of) the cause: @field.yaml seems to be set to "clear".

Linking @field.yaml to @field seems to fix the issue

Can you run :lua vim.g.nightfox_debug = true require("nightfox").compile()

Then check if ~/.cache/nvim/nightfox/dawnfox_compiled.lua contains @field.yaml?

okay, this is weird. Now the error does not occur anymore 🤔
maybe some caching error? I dunno.

will report back if it re-occurs...

If the error happens again and you can reproduce the cache error, please let me know.