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
|
-- which-key
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue