neovim: teamtype
This commit is contained in:
parent
8292d9f6a6
commit
ad6d084963
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue