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, +};