mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
fix: Fixes moving lines up and down in nvim keymaps
This commit is contained in:
@@ -70,7 +70,7 @@ return {
|
||||
local wk = require('which-key')
|
||||
|
||||
wk.add({
|
||||
{ "K", vim.lsp.buf.hover, desc = "LSP hover info" },
|
||||
{ "<C-k>", vim.lsp.buf.hover, desc = "LSP hover info" },
|
||||
{ "gd", vim.lsp.buf.definition, desc = "[G]oto [D]efinition" },
|
||||
{ "gD", vim.lsp.buf.declaration, desc = "[G]oto [D]eclaration" },
|
||||
{ "gi", vim.lsp.buf.implementation, desc = "[G]oto [I]mplementation" },
|
||||
|
||||
Reference in New Issue
Block a user