Working on replacing the config system with something purely g:conjure_config
based 🙂 which you can set before or after Conjure loads up.
I'll keep :ConjureConfig ...
for a while but will add a warning and phase it out.
Maybe it should just be g:conjure
:thinking_face:
Oh no, (set nvim.g.foo 0.3)
then nvim.g.foo
returns
{
false 0.3
true 3
}
But :echo g:foo
is 0.3
.
Bugs 🐛
And I think possibly in Neovim itself 😬
Yah