chore(lsp): remove custom header switch mapping
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user