chore(lsp): remove custom header switch mapping

This commit is contained in:
2025-03-08 21:09:45 +01:00
parent 18e32b6c09
commit 4f81730b37

View File

@@ -3,15 +3,6 @@ return {
"AstroNvim/astrolsp", "AstroNvim/astrolsp",
---@type AstroLSPOpts ---@type AstroLSPOpts
opts = { opts = {
mappings = {
n = {
gh = {
function() require("clangd_extensions.switch_source_header").switch_source_header() end,
desc = "Switch to matching source or header file",
cond = "textDocument/switchSourceHeader",
},
},
},
---@diagnostic disable: missing-fields ---@diagnostic disable: missing-fields
config = { config = {
clangd = { clangd = {