add more filename whitelists for easier tab names

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-27 14:01:00 -06:00
parent 31b96e313a
commit b43def52fc

View file

@ -200,6 +200,8 @@ local function smart_tab_name()
"cronitor%..*", "cronitor%..*",
"healthchecks.io%..*", "healthchecks.io%..*",
"flake.*", "flake.*",
"configuration.nix",
"hardware-configuration.nix",
} }
-- Check if the filename matches any pattern in the whitelist -- Check if the filename matches any pattern in the whitelist