From 9eab1c2de2637b477f88d03cff16b94cc61030da Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Sat, 8 Feb 2025 16:24:25 +1100 Subject: [PATCH] Fixed error with efi snippet --- lua/haelnorr/snippets/go.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/haelnorr/snippets/go.lua b/lua/haelnorr/snippets/go.lua index 8e8c118..56a63df 100644 --- a/lua/haelnorr/snippets/go.lua +++ b/lua/haelnorr/snippets/go.lua @@ -80,7 +80,7 @@ local handlers = { return result end, - type_indentifier = function(node, info) + type_identifier = function(node, info) local text = vim.treesitter.get_node_text(node, 0) return { transform(text, info) } end,