Iron-E / nvim-highlite

A colorscheme generator that is "lite" on logic for the developer.
Other
240 stars 33 forks source link

fix: fallback to CWD if automatic directory resolution fails #33

Closed Iron-E closed 2 months ago

Iron-E commented 3 months ago

Closes #32.

If a user does not specify the directory while exporting a colorscheme, nvim-highlite will attempt to resolve the proper directory. However, it seems that I did not implement proper error handling while writing this section of the code.

Now, if this happens, users will be informed that automatic resolution has failed, and that the program is falling back to the CWD.