chore(lsp): remove custom header switch mapping
This commit is contained in:
@@ -3,15 +3,6 @@ return {
|
||||
"AstroNvim/astrolsp",
|
||||
---@type AstroLSPOpts
|
||||
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
|
||||
config = {
|
||||
clangd = {
|
||||
|
||||
Reference in New Issue
Block a user