fix: remap lsp definitions to same keybind in after/lsp/lua_ls

This commit is contained in:
Matej Janezic 2025-10-08 00:46:07 +02:00
parent 729b5273e4
commit e400c24bd4
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ return {
-- Override global "Go to source" mapping with dedicated buffer-local
local opts = { buffer = buf_id, desc = "Lua source definition" }
vim.keymap.set("n", "<Leader>ls", luals_unique_definition, opts)
vim.keymap.set("n", "<Leader>ld", luals_unique_definition, opts)
end,
settings = {
Lua = {