refactor(config): BREAKING rename config option config_files to include_files

This commit is contained in:
CJ van den Berg 2025-01-08 12:53:07 +01:00
parent eaa7ad87b7
commit 1acc9b107e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 10 additions and 10 deletions

View file

@ -23,4 +23,4 @@ bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber
lsp_request_timeout: usize = 10,
config_files: []const u8 = "",
include_files: []const u8 = "",