mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
快捷键处理
This commit is contained in:
parent
a8740e1da2
commit
8bb407f6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ return {
|
|||
local Keys = require("lazyvim.plugins.lsp.keymaps").get()
|
||||
-- stylua: ignore
|
||||
vim.list_extend(Keys, {
|
||||
{ "gd","<cmd>glance definitions<cr>", desc = "Goto Definition", has = "definition" },
|
||||
{ "gd","<CMD>Glance definitions<CR>", desc = "Goto Definition", has = "definition" },
|
||||
{ "gr", "<CMD>Glance references<CR>", nowait = true, desc = "References" },
|
||||
{ "gi", "<CMD>Glance implementations<CR>", desc = "Goto Implementation" },
|
||||
{ "gy", "<CMD>Glance type_definitions<CR>",desc = "Goto T[y]pe Definition" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue