From 4f81730b37f6ec81197438a669774c351124ace9 Mon Sep 17 00:00:00 2001 From: niverton Date: Sat, 8 Mar 2025 21:09:45 +0100 Subject: [PATCH] chore(lsp): remove custom header switch mapping --- lua/plugins/20-lsp.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/plugins/20-lsp.lua b/lua/plugins/20-lsp.lua index 135e8ed..28e3c7c 100644 --- a/lua/plugins/20-lsp.lua +++ b/lua/plugins/20-lsp.lua @@ -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 = {