conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
Olical 2020-06-17T20:00:55.244800Z

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

👍 4
Olical 2020-06-17T20:01:16.245300Z

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

Olical 2020-06-17T20:08:38.245900Z

Maybe it should just be g:conjure :thinking_face:

Olical 2020-06-17T20:37:07.246400Z

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

{
  false 0.3
  true 3
}

Olical 2020-06-17T20:37:15.246700Z

But :echo g:foo is 0.3.

dominicm 2020-06-17T21:57:48.247Z

Bugs 🐛

Olical 2020-06-17T21:58:14.247100Z

And I think possibly in Neovim itself 😬

dominicm 2020-06-17T22:01:00.247300Z

Yah