diff --git a/lua/lazyvim/plugins/extras/lang/rust.lua b/lua/lazyvim/plugins/extras/lang/rust.lua index 1e6e059..ece3825 100644 --- a/lua/lazyvim/plugins/extras/lang/rust.lua +++ b/lua/lazyvim/plugins/extras/lang/rust.lua @@ -93,7 +93,7 @@ return { -- Ensure mason installs the server rust_analyzer = { keys = { - { "K", "RustHoverActions", desc = "Hover Actions (Rust)" }, + { "cK", "RustHoverActions", desc = "Hover Actions (Rust)" }, { "cR", "RustCodeAction", desc = "Code Action (Rust)" }, { "dr", "RustDebuggables", desc = "Run Debuggables (Rust)" }, }, @@ -124,7 +124,7 @@ return { taplo = { keys = { { - "K", + "cK", function() if vim.fn.expand("%:t") == "Cargo.toml" and require("crates").popup_available() then require("crates").show_popup() diff --git a/lua/lazyvim/plugins/lsp/keymaps.lua b/lua/lazyvim/plugins/lsp/keymaps.lua index 10e5d86..c1046db 100644 --- a/lua/lazyvim/plugins/lsp/keymaps.lua +++ b/lua/lazyvim/plugins/lsp/keymaps.lua @@ -19,7 +19,7 @@ function M.get() { "gD", vim.lsp.buf.declaration, desc = "Goto Declaration" }, { "gI", function() require("telescope.builtin").lsp_implementations({ reuse_win = true }) end, desc = "Goto Implementation" }, { "gy", function() require("telescope.builtin").lsp_type_definitions({ reuse_win = true }) end, desc = "Goto T[y]pe Definition" }, - { "K", vim.lsp.buf.hover, desc = "Hover" }, + { "cK", vim.lsp.buf.hover, desc = "Hover" }, { "gK", vim.lsp.buf.signature_help, desc = "Signature Help", has = "signatureHelp" }, { "", vim.lsp.buf.signature_help, mode = "i", desc = "Signature Help", has = "signatureHelp" }, { "ca", vim.lsp.buf.code_action, desc = "Code Action", mode = { "n", "v" }, has = "codeAction" }, diff --git a/lua/plex/plugins/lsp/keymaps.lua b/lua/plex/plugins/lsp/keymaps.lua index 10e5d86..c1046db 100644 --- a/lua/plex/plugins/lsp/keymaps.lua +++ b/lua/plex/plugins/lsp/keymaps.lua @@ -19,7 +19,7 @@ function M.get() { "gD", vim.lsp.buf.declaration, desc = "Goto Declaration" }, { "gI", function() require("telescope.builtin").lsp_implementations({ reuse_win = true }) end, desc = "Goto Implementation" }, { "gy", function() require("telescope.builtin").lsp_type_definitions({ reuse_win = true }) end, desc = "Goto T[y]pe Definition" }, - { "K", vim.lsp.buf.hover, desc = "Hover" }, + { "cK", vim.lsp.buf.hover, desc = "Hover" }, { "gK", vim.lsp.buf.signature_help, desc = "Signature Help", has = "signatureHelp" }, { "", vim.lsp.buf.signature_help, mode = "i", desc = "Signature Help", has = "signatureHelp" }, { "ca", vim.lsp.buf.code_action, desc = "Code Action", mode = { "n", "v" }, has = "codeAction" }, diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 765c664..65f5b53 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -216,3 +216,15 @@ Ver vshot oopsc antlr +hacky +config +Yubi +submodules +Curve25519 +gpg +devops +lazygit +IDEs +hypervisors +QEMU +virt diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 323c83d..bc90614 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ