From d4fbd9be161a6f0aae00666de2fe04dbaa880ffc Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 16 Mar 2025 22:57:21 -0500 Subject: [PATCH] add more nix to header templates --- 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 4d22af4..90d0741 100644 --- a/lua/plugins/editor_lua_line.lua +++ b/lua/plugins/editor_lua_line.lua @@ -203,6 +203,8 @@ local function smart_tab_name() "flake.*", "configuration.nix", "hardware-configuration.nix", + "default.nix", + "shell.nix", } -- Check if the filename matches any pattern in the whitelist