fix(clangd): call correct source/header switch command
This commit is contained in:
+1
-1
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user