fix: remap lsp definitions to same keybind in after/lsp/lua_ls
This commit is contained in:
parent
729b5273e4
commit
e400c24bd4
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue