nixvim
nixvim copied to clipboard
*WIP* Add Octo
Hey @GaetanLepage ,
This is still very much WIP but I thought I would check with you if I am heading in the right direction with this.
Does this look sane with what I have done so far?
Thanks,
Alison
It looks pretty good !
One thing though, you want to use the helpers.defaultNullOpts.mkBool / mkStr / mkUnsignedInt / mkInt or, mkNullable <TYPE>.
Have a look at other packages to see how we use those.
It looks pretty good ! One thing though, you want to use the
helpers.defaultNullOpts.mkBool/mkStr/mkUnsignedInt/mkIntor,mkNullable <TYPE>. Have a look at other packages to see how we use those.
Cool thanks for checking it over. I will see if I can get this finished off tonight after I finish work.