nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

lib/options: delegate all non-string default rendering to `mkDefaultDesc`

Open MattSturgeon opened this issue 1 year ago • 0 comments

  • lib/options: mkEnum quote default if string
  • lib/options: defaultNullOpts delegate string rendering

Other than gradually transitioning away from passing in large pre-rendered strings to mkNullable (etc), and then subsequently being able to also delegate string-type rendering in mkEnum and mkStr, this should conclude this series of PRs adding toPretty support to mkDefaultDesc.

MattSturgeon avatar May 30 '24 02:05 MattSturgeon