Fork me on GitHub
#conjure
<
2020-06-17
>
Olical20:06:55

Working on replacing the config system with something purely g:conjure_config based 🙂 which you can set before or after Conjure loads up.

👍 12
Olical20:06:16

I'll keep :ConjureConfig ... for a while but will add a warning and phase it out.

Olical20:06:38

Maybe it should just be g:conjure :thinking_face:

Olical20:06:07

Oh no, (set nvim.g.foo 0.3) then nvim.g.foo returns

{
  false 0.3
  true 3
}

Olical20:06:15

But :echo g:foo is 0.3.

Olical21:06:14

And I think possibly in Neovim itself 😬