Watch
1
0
Fork
You've already forked dotfiles
0

neovim: teamtype

This commit is contained in:
Jeremy Kaplan 2026-08-04 14:03:31 -04:00
commit ad6d084963
2 changed files with 13 additions and 0 deletions

View file

@ -580,7 +580,16 @@ vim.lsp.config("zls", {
},
})
----------------------------------------------------------------------------
-- teamtype
-------------------------------------------------------------------------------
vim.pack.add({ "https://github.com/teamtype/teamtype-nvim" })
vim.keymap.set("n", "<Space>jc", "<cmd>TeamtypeJumpToCursor<cr>")
vim.keymap.set("n", "<Space>jf", "<cmd>TeamtypeFollow<cr>")
----------------------------------------------------------------------------
-- which-key
-------------------------------------------------------------------------------