fix(extras): adjust switch source/header shortcut

The command to switch header and source is now called
`:LspClangdSwitchSourceHeader` and no longer
`:ClangdSwitchSourceHeader`.
This commit is contained in:
Roland Kaminski 2025-10-01 22:51:15 +02:00
parent 2942bd4a0d
commit e2211dff62
No known key found for this signature in database
GPG key ID: 18B18ECF8D9A1533

View file

@ -60,7 +60,7 @@ return {
-- Ensure mason installs the server
clangd = {
keys = {
{ "<leader>ch", "<cmd>ClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
{ "<leader>ch", "<cmd>LspClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
},
root_markers = {
"compile_commands.json",