fix(clangd): call correct source/header switch command
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ function M.setup()
|
||||
{
|
||||
mode = "n",
|
||||
lhs = "gs",
|
||||
rhs = vim.cmd.ClangdSwitchSourceHeader,
|
||||
rhs = vim.cmd.LspClangdSwitchSourceHeader,
|
||||
},
|
||||
})
|
||||
end),
|
||||
|
||||
Reference in New Issue
Block a user