From 3004b03e8ce2f4eca377f1211065774069630267 Mon Sep 17 00:00:00 2001 From: Jan Szumotalski Date: Mon, 1 Jun 2026 13:21:41 +0200 Subject: [PATCH] Added teamtype --- lua/plugins/teamtype.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/plugins/teamtype.lua diff --git a/lua/plugins/teamtype.lua b/lua/plugins/teamtype.lua new file mode 100644 index 0000000..52d47ed --- /dev/null +++ b/lua/plugins/teamtype.lua @@ -0,0 +1,8 @@ +return { + "teamtype/teamtype-nvim", + keys = { + { "ej", "TeamtypeJumpToCursor" }, + { "ef", "TeamtypeFollow" }, + }, + lazy = false, +};