From 8eaa615596be321a3be12378c5e7d65cc7e482b6 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 24 Jan 2025 13:56:11 -0600 Subject: kitchen sink --- lua/core/snippets/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core/snippets') diff --git a/lua/core/snippets/functions.lua b/lua/core/snippets/functions.lua index 56b24b6..24fc8a6 100644 --- a/lua/core/snippets/functions.lua +++ b/lua/core/snippets/functions.lua @@ -1,3 +1,3 @@ -function file_name(args, parent, user_args) +function file_name(_, _, _) return vim.fn.expand("%:t:r") end -- cgit v1.2.1