mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
fix(clangd): switch source/header is now leader-ch. Fixes #3363
This commit is contained in:
parent
2a7d163a8a
commit
a224ef2a73
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ return {
|
||||||
-- Ensure mason installs the server
|
-- Ensure mason installs the server
|
||||||
clangd = {
|
clangd = {
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>cR", "<cmd>ClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
|
{ "<leader>ch", "<cmd>ClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
|
||||||
},
|
},
|
||||||
root_dir = function(fname)
|
root_dir = function(fname)
|
||||||
return require("lspconfig.util").root_pattern(
|
return require("lspconfig.util").root_pattern(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue