Josiah Hilden

Results 6 issues of Josiah Hilden

### Description of the requested feature As your configuration grows, expressions for referencing state data become rather unweildy. This is especially the case when multiple widgets require similar (but still...

enhancement

It would be really useful when testing different themes if the script would hot reload the working themes. As mentioned in #4 I have found a workaround, but it would...

### Description of the requested feature When writing my configuration files, I often find myself writing something like ``` (some-widget :some-arg { global-state["optional-value"] != "" ? "prefix${global-state["optional-value"]}" : "" })...

enhancement

- Added ability to color rhs ```vim " 'left', 'right', 'both' for color, any other value for neither " 'left' is default if left undefined let g:lightline_gruvbox_color = 'both' ```...

Skipping the usual PR template, since this is just CI ### Changes - Use matrix for builds, so that they can be done in parallel - Add `test` workflow, using...

## Description This is not intended to be final, but I had some time so I thought I would work on this. First pass ended up being easier than I...