Luc Sinet

Results 7 comments of Luc Sinet

> quick question, do we want to merge this before next release, or after releasing a version first? That's up to us, I would do it before the major release...

The goal is to provide a configuration object, agnostic of the core. Preferably, this configuration should be injected everywhere instead of using the global lvim to make the code testable....

> You have inadvertently created a singleton, at least on the surface. Why else would you use a _single_ instance in `main.lua`? No and No, I can't retrieve the same...

> Is this not the definition of a singleton? My point was that the instance is not globally accessible, which is what a singleton would provide, but I see your...

It's been a year, we can probably close this one.

Hello, Thank you for the interest given to the project. The JSON serialization should not be so hard, I saw that there exists some libraries for that purpose written in...