From b43def52fc1f11d6438bc657842b1b876ffebbcd Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 27 Dec 2024 14:01:00 -0600 Subject: [PATCH] add more filename whitelists for easier tab names --- lua/plugins/editor_lua_line.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/editor_lua_line.lua b/lua/plugins/editor_lua_line.lua index 904cd1c..fe59d0e 100644 --- a/lua/plugins/editor_lua_line.lua +++ b/lua/plugins/editor_lua_line.lua @@ -200,6 +200,8 @@ local function smart_tab_name() "cronitor%..*", "healthchecks.io%..*", "flake.*", + "configuration.nix", + "hardware-configuration.nix", } -- Check if the filename matches any pattern in the whitelist