feat(nested config files)

Adds a config_files option to config.json that allows the user
to specify one or more config files to load in addition to the
main config file.

For me this allows me to keep my flow configuration in a shared dotfiles
repository managed by git.
This commit is contained in:
Jonathan Marler 2025-01-06 02:02:05 -07:00 committed by CJ van den Berg
parent a6b29e4fe9
commit 194fe70d6e
3 changed files with 67 additions and 3 deletions

View file

@ -22,3 +22,5 @@ top_bar: []const u8 = "",
bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer",
lsp_request_timeout: usize = 10,
config_files: []const u8 = "",