Zang Leigang
Zang Leigang
I found [mdbook-kroki-preprocessor](https://github.com/JoelCourtney/mdbook-kroki-preprocessor), another excellent preprocessor which provides a unified API with support for many well-known textual graphs. Hope also give a support of.
> Having to write an `use` statement for a plugin that sometimes is just a requirement is adding an unnecessary overhead to the overall configuration. If a plugins `requires =...
Could you show your configuration?
Em...maybe you forget to setup configuration before load the scheme, look this for your reference: https://github.com/zanglg/nova.nvim/blob/46e0b9026a5eca7e07001e29ef2a9e692e3f980a/README.md?plain=1#L21-L32 PS: there should be a guard if someone forget configuration 😄
Also have a look at above, ``setup()`` has a parameter: ``require("nova").setup({ background = "dark" })``
Some work was not finished, you can's switch between dark and light while using Neovim. Some configuration was lost after first initialization, I'll fix this bug recently.
Now, you can switch background with lua, like: ``` lua require("nova").setup({ background = "dark" }) require("nova").load() ``` ``set background = dark / light`` was still not used yet
After [1e1da07](https://github.com/zanglg/nova.nvim/commit/1e1da07062947818b3f6bcf295ed9aba200bc58d) merged, it's able to switch background with `set background = dark / light` This issue was closed, if there is still problems, please reopen it.
Thanks, closed.
This works well for me for several months, but after a update in 2018-03-01, Neoformat switch to bad with a result same as Same as 0xC0FFEE commented on Jan 13,...