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 -- which-key
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -67,6 +67,10 @@
"src": "https://github.com/mrcjkb/rustaceanvim", "src": "https://github.com/mrcjkb/rustaceanvim",
"version": "9.0.0 - 10.0.0" "version": "9.0.0 - 10.0.0"
}, },
"teamtype-nvim": {
"rev": "711eade8cd5d7d3efa9ec25ea0a390a954030222",
"src": "https://github.com/teamtype/teamtype-nvim"
},
"telescope-fzf-native.nvim": { "telescope-fzf-native.nvim": {
"rev": "b25b749b9db64d375d782094e2b9dce53ad53a40", "rev": "b25b749b9db64d375d782094e2b9dce53ad53a40",
"src": "https://github.com/nvim-telescope/telescope-fzf-native.nvim" "src": "https://github.com/nvim-telescope/telescope-fzf-native.nvim"