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

This commit is contained in:
2025-10-08 00:46:07 +02:00
parent 729b5273e4
commit e400c24bd4

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 = {