From fcf95950910ca0ef67b84fcfaaa1e7d7508908f5 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Sat, 21 Sep 2024 15:16:33 -0500 Subject: [PATCH] updates --- lua/plugins/editor_lua_line.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/editor_lua_line.lua b/lua/plugins/editor_lua_line.lua index 970736f..11eae8f 100644 --- a/lua/plugins/editor_lua_line.lua +++ b/lua/plugins/editor_lua_line.lua @@ -56,6 +56,11 @@ local function smart_tab_name() "Dockerfile", ".env", ".env%..*", + "router%..*", + "controller%..*", + "service%..*", + "utils%..*", + "util%..*", "README%..*", "LICENSE", "Makefile",