vimspector/support
Ben Jackson be44a22903 Allow coercing a type in vimspector config
Initially I considered using #i, #s, etc. to coerce to specific types,
but then it wasn't clear of the semantics (particularly for bool, where
JSON bool true/false, Python bool True/False).

But it turns out that we can just coerce any key from a JSON string.
Users can _probably_ type JSON strings for most things, or use variables
to run scripts to generate them, this allows essentially complete
flexibility to define the data types needed to populate the launch spec.

The purpose of this is to allow some level of automated setup by
requesting data from the user and then (subsequently) saving the
flattneed config to the vimspector config file.
2020-08-05 22:19:38 +01:00
..
bin Talk to a job from python 2018-05-16 02:31:23 +01:00
doc add example vimrc 2019-05-19 20:24:56 +01:00
site/jekyll Fix up the site 2019-11-06 15:53:03 +00:00
test Allow coercing a type in vimspector config 2020-08-05 22:19:38 +01:00
custom_ui_vimrc Custom text of Winbar buttons. 2020-07-25 16:12:27 +08:00
minimal_vimrc Support basic UI customisation via a User autocommand 2020-07-16 08:33:49 +01:00