fix(clangd): call correct source/header switch command

This commit is contained in:
2025-07-11 15:53:46 +02:00
parent 77ef518e82
commit f3df118189
+1 -1
View File
@@ -167,7 +167,7 @@ function M.setup()
{ {
mode = "n", mode = "n",
lhs = "gs", lhs = "gs",
rhs = vim.cmd.ClangdSwitchSourceHeader, rhs = vim.cmd.LspClangdSwitchSourceHeader,
}, },
}) })
end), end),