index — dots-the-third @ cbbdcc287a71317c72ca706f54ff8c0e3592eb42

I don't need nix, I have a way worse solution!

nvim: teamtype
crispy-caesus crispy@crispy-caesus.eu
Sun, 29 Mar 2026 14:55:30 +0200
commit

cbbdcc287a71317c72ca706f54ff8c0e3592eb42

parent

7990c1564da7e61e9a41611ffd0078ab4b91dad5

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
A nvim/.config/nvim/lua/crispy/plugins/teamtype.lua

@@ -0,0 +1,8 @@

+return { + "teamtype/teamtype-nvim", + keys = { + { "<leader>ej", "<cmd>TeamtypeJumpToCursor<cr>" }, + { "<leader>ef", "<cmd>TeamtypeFollow<cr>" }, + }, + lazy = false, +}